Html Css Color HEX #C53536 Mahogany

📋 copy color: '#C53536'

red 197 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #C53536

Tints of Mahogany #C53536

RGB

 RED value IS 197 (77.34% from 255) = 64.8%

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

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

R = 64.8%
G = 17.43%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53536 (or 0xC53536) is known color: Mahogany. HEX triplet: C5, 35 and 36. RGB value is (197,53,54). Sum of RGB (Red+Green+Blue) = 197+53+54=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C53536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53536 is #3ACAC9. Grayscale: #606060. Windows color (decimal): -3853002 or 3552709. OLE color: 3552709.

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

Color convert

RGB 197 53 54 -
CMYK 0 0.73 0.73 0.23
HSL 359.58º 0.58% 0.49% -
HSV(B) 359.58º 0.73% 0.77% -
XYZ 24.96 14.68 5.01 -
YUV 96.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 197 53 54 0 0.73 0.73 0.23 359.58 0.58 0.49
Hex C5 35 36 0 49 49 17 168 3A 31
Octal 305 65 66 0 111 111 27 550 72 61
Binary 11000101 110101 110110 0 1001001 1001001 10111 101101000 111010 110001

Color Harmonies of #C53536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53536

Black with #C53536

Text Example


Text Example

White with #C53536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53536; }

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

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

background-color css

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

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

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

border-color css

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

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

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