#C33C3F

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

Shades of Mahogany #C33C3F

Tints of Mahogany #C33C3F

Color information

#C33C3F (or 0xC33C3F) is unknown color: approx Mahogany. HEX triplet: C3, 3C and 3F. RGB value is (195,60,63). Sum of RGB (Red+Green+Blue) = 195+60+63=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C3F is #3CC3C0. Grayscale: #646464. Windows color (decimal): -3982273 or 4144323. OLE color: 4144323.

HSL color Cylindrical-coordinate representation of color #C33C3F: hue angle of 358.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C3F is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1956063-
CMYK00.690.680.24
HSL358.67º52.94%50%-
HSV(B)358.67º69.23%76.47%-
XYZ25.0215.196.32-
YUV100.71106.73195.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 63 (25% from 255) = 19.81%
R=61.32%
G=18.87%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195606300.690.680.24358.6752.9450
HexC33C3F04544181673532
Octal30374770105104305476562
Binary1100001111110011111101000101100010011000101100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33C3F; }

 p { color: rgb(195,60,63); }

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

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

 a { background-color: rgb(195,60,63); }

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

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

 span { border-color: rgb(195,60,63); }

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