Html Css Color HEX #C52935 Mahogany

📋 copy color: '#C52935'

red 197 ◦ green 41 ◦ blue 53

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

Shades of Mahogany #C52935

Tints of Mahogany #C52935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 67.7%
G = 14.09%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C52935 (or 0xC52935) is known color: Mahogany. HEX triplet: C5, 29 and 35. RGB value is (197,41,53). Sum of RGB (Red+Green+Blue) = 197+41+53=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C52935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52935 is #3AD6CA. Grayscale: #595959. Windows color (decimal): -3856075 or 3484101. OLE color: 3484101.

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

Color convert

RGB 197 41 53 -
CMYK 0 0.79 0.73 0.23
HSL 355.38º 0.66% 0.47% -
HSV(B) 355.38º 0.79% 0.77% -
XYZ 24.46 13.71 4.73 -
YUV 89.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 197 41 53 0 0.79 0.73 0.23 355.38 0.66 0.47
Hex C5 29 35 0 4F 49 17 163 42 2F
Octal 305 51 65 0 117 111 27 543 102 57
Binary 11000101 101001 110101 0 1001111 1001001 10111 101100011 1000010 101111

Color Harmonies of #C52935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52935

Black with #C52935

Text Example


Text Example

White with #C52935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52935; }

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

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

background-color css

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

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

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

border-color css

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

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

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