#C33334

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

Shades of Mahogany #C33334

Tints of Mahogany #C33334

Color information

#C33334 (or 0xC33334) is unknown color: approx Mahogany. HEX triplet: C3, 33 and 34. RGB value is (195,51,52). Sum of RGB (Red+Green+Blue) = 195+51+52=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33334 is #3CCCCB. Grayscale: #5E5E5E. Windows color (decimal): -3984588 or 3421123. OLE color: 3421123.

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

Color convert

RGB1955152-
CMYK00.740.730.24
HSL359.58º58.54%48.24%-
HSV(B)359.58º73.85%76.47%-
XYZ24.3114.224.71-
YUV94.17104.21199.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.44%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=65.44%
G=17.11%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195515200.740.730.24359.5858.5448.24
HexC3333404A49181683b30
Octal30363640112111305507360
Binary1100001111001111010001001010100100111000101101000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33334; }

 p { color: rgb(195,51,52); }

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

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

 a { background-color: rgb(195,51,52); }

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

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

 span { border-color: rgb(195,51,52); }

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