Html Css Color HEX #C52731 Mahogany

📋 copy color: '#C52731'

red 197 ◦ green 39 ◦ blue 49

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

Shades of Mahogany #C52731

Tints of Mahogany #C52731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 69.12%
G = 13.68%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C52731 (or 0xC52731) is known color: Mahogany. HEX triplet: C5, 27 and 31. RGB value is (197,39,49). Sum of RGB (Red+Green+Blue) = 197+39+49=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C52731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52731 is #3AD8CE. Grayscale: #575757. Windows color (decimal): -3856591 or 3221445. OLE color: 3221445.

HSL color Cylindrical-coordinate representation of color #C52731: hue angle of 356.2º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52731 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 49 -
CMYK 0 0.80 0.75 0.23
HSL 356.2º 0.67% 0.46% -
HSV(B) 356.2º 0.8% 0.77% -
XYZ 24.31 13.54 4.24 -
YUV 87.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 197 39 49 0 0.80 0.75 0.23 356.2 0.67 0.46
Hex C5 27 31 0 50 4B 17 164 43 2E
Octal 305 47 61 0 120 113 27 544 103 56
Binary 11000101 100111 110001 0 1010000 1001011 10111 101100100 1000011 101110

Color Harmonies of #C52731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52731

Black with #C52731

Text Example


Text Example

White with #C52731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52731; }

 p { color: rgb(197,39,49); }

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

background-color css

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

 a { background-color: rgb(197,39,49); }

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

border-color css

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

 span { border-color: rgb(197,39,49); }

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