Html Css Color HEX #C33536 Mahogany

📋 copy color: '#C33536'

red 195 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #C33536

Tints of Mahogany #C33536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 64.57%
G = 17.55%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C33536 (or 0xC33536) is known color: Mahogany. HEX triplet: C3, 35 and 36. RGB value is (195,53,54). Sum of RGB (Red+Green+Blue) = 195+53+54=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C33536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33536 is #3CCAC9. Grayscale: #5F5F5F. Windows color (decimal): -3984074 or 3552707. OLE color: 3552707.

HSL color Cylindrical-coordinate representation of color #C33536: hue angle of 359.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33536 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 54 -
CMYK 0 0.73 0.72 0.24
HSL 359.58º 0.57% 0.49% -
HSV(B) 359.58º 0.73% 0.76% -
XYZ 24.44 14.41 4.98 -
YUV 95.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 195 53 54 0 0.73 0.72 0.24 359.58 0.57 0.49
Hex C3 35 36 0 49 48 18 168 39 31
Octal 303 65 66 0 111 110 30 550 71 61
Binary 11000011 110101 110110 0 1001001 1001000 11000 101101000 111001 110001

Color Harmonies of #C33536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33536

Black with #C33536

Text Example


Text Example

White with #C33536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33536; }

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

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

background-color css

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

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

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

border-color css

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

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

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