Html Css Color HEX #C53537 Mahogany

📋 copy color: '#C53537'

red 197 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #C53537

Tints of Mahogany #C53537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 64.59%
G = 17.38%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C53537 (or 0xC53537) is known color: Mahogany. HEX triplet: C5, 35 and 37. RGB value is (197,53,55). Sum of RGB (Red+Green+Blue) = 197+53+55=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C53537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53537 is #3ACAC8. Grayscale: #606060. Windows color (decimal): -3853001 or 3618245. OLE color: 3618245.

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

Color convert

RGB 197 53 55 -
CMYK 0 0.73 0.72 0.23
HSL 359.17º 0.58% 0.49% -
HSV(B) 359.17º 0.73% 0.77% -
XYZ 24.99 14.69 5.13 -
YUV 96.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 197 53 55 0 0.73 0.72 0.23 359.17 0.58 0.49
Hex C5 35 37 0 49 48 17 167 3A 31
Octal 305 65 67 0 111 110 27 547 72 61
Binary 11000101 110101 110111 0 1001001 1001000 10111 101100111 111010 110001

Color Harmonies of #C53537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53537

Black with #C53537

Text Example


Text Example

White with #C53537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53537; }

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

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

background-color css

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

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

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

border-color css

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

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

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