Html Css Color HEX #C33236 Mahogany

📋 copy color: '#C33236'

red 195 ◦ green 50 ◦ blue 54

#C33236
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #C33236

Tints of Mahogany #C33236

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 value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C33236 (or 0xC33236) is known color: 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

RGB 195 50 54 -
CMYK 0 0.74 0.72 0.24
HSL 358.34º 0.59% 0.48% -
HSV(B) 358.34º 0.74% 0.76% -
XYZ 24.31 14.15 4.94 -
YUV 93.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 195 50 54 0 0.74 0.72 0.24 358.34 0.59 0.48
Hex C3 32 36 0 4A 48 18 166 3B 30
Octal 303 62 66 0 112 110 30 546 73 60
Binary 11000011 110010 110110 0 1001010 1001000 11000 101100110 111011 110000

Color Harmonies of #C33236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33236

Black with #C33236

Text Example


Text Example

White with #C33236

Text Example


Text Example

HTML Codes & Css Web 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>