Html Css Color HEX #C33234 Mahogany

📋 copy color: '#C33234'

red 195 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #C33234

Tints of Mahogany #C33234

RGB

 RED value IS 195 (76.56% from 255) = 65.66%

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 65.66%
G = 16.84%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33234 (or 0xC33234) is known color: Mahogany. HEX triplet: C3, 32 and 34. RGB value is (195,50,52). Sum of RGB (Red+Green+Blue) = 195+50+52=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33234 is #3CCDCB. Grayscale: #5D5D5D. Windows color (decimal): -3984844 or 3420867. OLE color: 3420867.

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

Color convert

RGB 195 50 52 -
CMYK 0 0.74 0.73 0.24
HSL 359.17º 0.59% 0.48% -
HSV(B) 359.17º 0.74% 0.76% -
XYZ 24.27 14.13 4.7 -
YUV 93.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 195 50 52 0 0.74 0.73 0.24 359.17 0.59 0.48
Hex C3 32 34 0 4A 49 18 167 3B 30
Octal 303 62 64 0 112 111 30 547 73 60
Binary 11000011 110010 110100 0 1001010 1001001 11000 101100111 111011 110000

Color Harmonies of #C33234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33234

Black with #C33234

Text Example


Text Example

White with #C33234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33234; }

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

 H1.HeaderClassName
 {
   color: #C33234;
 }
 .AnyTagClassName
 {
   color: #C33234;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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