#C03439

Color #C03439 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C03439

Tints of Mahogany #C03439

Color information

#C03439 (or 0xC03439) is unknown color: approx Mahogany. HEX triplet: C0, 34 and 39. RGB value is (192,52,57). Sum of RGB (Red+Green+Blue) = 192+52+57=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C03439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03439 is #3FCBC6. Grayscale: #5E5E5E. Windows color (decimal): -4180935 or 3749056. OLE color: 3749056.

HSL color Cylindrical-coordinate representation of color #C03439: hue angle of 357.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03439 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1925257-
CMYK00.730.700.25
HSL357.86º57.38%47.84%-
HSV(B)357.86º72.92%75.29%-
XYZ23.713.965.32-
YUV94.43106.88197.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 63.79%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=63.79%
G=17.28%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192525700.730.700.25357.8657.3847.84
HexC0343904946191663930
Octal30064710111106315467160
Binary1100000011010011100101001001100011011001101100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03439; }

 p { color: rgb(192,52,57); }

 H1.HeaderClassName
 {
   color: #C03439;
 }
 .AnyTagClassName
 {
   color: #C03439;
 }
</style>
background-color css

<style>
 a { background-color: #C03439; }

 a { background-color: rgb(192,52,57); }

 div.DivClassName
 {
   background-color: #C03439;
 }
 .BgClassName
 {
   background-color: #C03439;
 }
</style>
border-color css

<style>
 span { border-color: #C03439; }

 span { border-color: rgb(192,52,57); }

 td.TdClassName
 {
   border-color: #C03439;
 }
 .TagClassName
 {
   border-color: #C03439;
 }
</style>