#c33037

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

Shades of Mahogany #C33037

Tints of Mahogany #C33037

Color information

#C33037 (or 0xC33037) is unknown color: approx Mahogany. HEX triplet: C3, 30 and 37. RGB value is (195,48,55). Sum of RGB (Red+Green+Blue) = 195+48+55=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33037 is #3CCFC8. Grayscale: #5C5C5C. Windows color (decimal): -3985353 or 3616963. OLE color: 3616963.

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

Color convert

RGB1954855-
CMYK00.750.720.24
HSL357.14º60.49%47.65%-
HSV(B)357.14º75.38%76.47%-
XYZ24.2513.995.04-
YUV92.75106.7200.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.44%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=65.44%
G=16.11%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195485500.750.720.24357.1460.4947.65
HexC3303704B48181653c30
Octal30360670113110305457460
Binary1100001111000011011101001011100100011000101100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33037; }

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

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

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

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

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

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

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

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