#C33237

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

Shades of Mahogany #C33237

Tints of Mahogany #C33237

Color information

#C33237 (or 0xC33237) is unknown color: approx Mahogany. HEX triplet: C3, 32 and 37. RGB value is (195,50,55). Sum of RGB (Red+Green+Blue) = 195+50+55=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C33237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33237 is #3CCDC8. Grayscale: #5E5E5E. Windows color (decimal): -3984841 or 3617475. OLE color: 3617475.

HSL color Cylindrical-coordinate representation of color #C33237: hue angle of 357.93º degrees, saturation: 0.59, 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 #C33237 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1955055-
CMYK00.740.720.24
HSL357.93º59.18%48.04%-
HSV(B)357.93º74.36%76.47%-
XYZ24.3414.165.06-
YUV93.92106.04200.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=65%
G=16.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195505500.740.720.24357.9359.1848.04
HexC3323704A48181663b30
Octal30362670112110305467360
Binary1100001111001011011101001010100100011000101100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33237; }

 p { color: rgb(195,50,55); }

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

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

 a { background-color: rgb(195,50,55); }

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

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

 span { border-color: rgb(195,50,55); }

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