Html Css Color HEX #C53638 Mahogany

📋 copy color: '#C53638'

red 197 ◦ green 54 ◦ blue 56

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

Shades of Mahogany #C53638

Tints of Mahogany #C53638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 64.17%
G = 17.59%
B = 18.24%

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

#C53638 (or 0xC53638) is known color: Mahogany. HEX triplet: C5, 36 and 38. RGB value is (197,54,56). Sum of RGB (Red+Green+Blue) = 197+54+56=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53638 is #3AC9C7. Grayscale: #616161. Windows color (decimal): -3852744 or 3684037. OLE color: 3684037.

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

Color convert

RGB 197 54 56 -
CMYK 0 0.73 0.72 0.23
HSL 359.16º 0.57% 0.49% -
HSV(B) 359.16º 0.73% 0.77% -
XYZ 25.06 14.79 5.28 -
YUV 96.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 197 54 56 0 0.73 0.72 0.23 359.16 0.57 0.49
Hex C5 36 38 0 49 48 17 167 39 31
Octal 305 66 70 0 111 110 27 547 71 61
Binary 11000101 110110 111000 0 1001001 1001000 10111 101100111 111001 110001

Color Harmonies of #C53638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53638

Black with #C53638

Text Example


Text Example

White with #C53638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53638; }

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

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

background-color css

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

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

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

border-color css

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

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

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