Html Css Color HEX #C53236 Mahogany

📋 copy color: '#C53236'

red 197 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #C53236

Tints of Mahogany #C53236

RGB

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

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

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

R = 65.45%
G = 16.61%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53236 (or 0xC53236) is known color: Mahogany. HEX triplet: C5, 32 and 36. RGB value is (197,50,54). Sum of RGB (Red+Green+Blue) = 197+50+54=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53236 is #3ACDC9. Grayscale: #5E5E5E. Windows color (decimal): -3853770 or 3551941. OLE color: 3551941.

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

Color convert

RGB 197 50 54 -
CMYK 0 0.75 0.73 0.23
HSL 358.37º 0.6% 0.48% -
HSV(B) 358.37º 0.75% 0.77% -
XYZ 24.83 14.42 4.96 -
YUV 94.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 197 50 54 0 0.75 0.73 0.23 358.37 0.6 0.48
Hex C5 32 36 0 4B 49 17 166 3C 30
Octal 305 62 66 0 113 111 27 546 74 60
Binary 11000101 110010 110110 0 1001011 1001001 10111 101100110 111100 110000

Color Harmonies of #C53236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53236

Black with #C53236

Text Example


Text Example

White with #C53236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53236; }

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

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

background-color css

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

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

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

border-color css

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

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

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