#C33236

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

Shades of Mahogany #C33236

Tints of Mahogany #C33236

Color information

#C33236 (or 0xC33236) is unknown color: approx Mahogany. HEX triplet: C3, 32 and 36. RGB value is (195,50,54). Sum of RGB (Red+Green+Blue) = 195+50+54=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33236 is #3CCDC9. Grayscale: #5D5D5D. Windows color (decimal): -3984842 or 3551939. OLE color: 3551939.

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

Color convert

RGB1955054-
CMYK00.740.720.24
HSL358.34º59.18%48.04%-
HSV(B)358.34º74.36%76.47%-
XYZ24.3114.154.94-
YUV93.81105.54200.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=65.22%
G=16.72%
B=18.06%

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
Decimal195505400.740.720.24358.3459.1848.04
HexC3323604A48181663b30
Octal30362660112110305467360
Binary1100001111001011011001001010100100011000101100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33236; }

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

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

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

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

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

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

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

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