#C33335

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

Shades of Mahogany #C33335

Tints of Mahogany #C33335

Color information

#C33335 (or 0xC33335) is unknown color: approx Mahogany. HEX triplet: C3, 33 and 35. RGB value is (195,51,53). Sum of RGB (Red+Green+Blue) = 195+51+53=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33335 is #3CCCCA. Grayscale: #5E5E5E. Windows color (decimal): -3984587 or 3486659. OLE color: 3486659.

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

Color convert

RGB1955153-
CMYK00.740.730.24
HSL359.17º58.54%48.24%-
HSV(B)359.17º73.85%76.47%-
XYZ24.3314.234.83-
YUV94.28104.71199.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=65.22%
G=17.06%
B=17.73%

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
Decimal195515300.740.730.24359.1758.5448.24
HexC3333504A49181673b30
Octal30363650112111305477360
Binary1100001111001111010101001010100100111000101100111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33335; }

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

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

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

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

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

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

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

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