#C23339

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

Shades of Mahogany #C23339

Tints of Mahogany #C23339

Color information

#C23339 (or 0xC23339) is unknown color: approx Mahogany. HEX triplet: C2, 33 and 39. RGB value is (194,51,57). Sum of RGB (Red+Green+Blue) = 194+51+57=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C23339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23339 is #3DCCC6. Grayscale: #5E5E5E. Windows color (decimal): -4050119 or 3748802. OLE color: 3748802.

HSL color Cylindrical-coordinate representation of color #C23339: hue angle of 357.48º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23339 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1945157-
CMYK00.740.710.24
HSL357.48º58.37%48.04%-
HSV(B)357.48º73.71%76.08%-
XYZ24.1714.135.32-
YUV94.44106.88199.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.24%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=64.24%
G=16.89%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194515700.740.710.24357.4858.3748.04
HexC2333904A47181653a30
Octal30263710112107305457260
Binary1100001011001111100101001010100011111000101100101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23339; }

 p { color: rgb(194,51,57); }

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

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

 a { background-color: rgb(194,51,57); }

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

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

 span { border-color: rgb(194,51,57); }

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