Html Css Color HEX #C53439 Mahogany

📋 copy color: '#C53439'

red 197 ◦ green 52 ◦ blue 57

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

Shades of Mahogany #C53439

Tints of Mahogany #C53439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 64.38%
G = 16.99%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C53439 (or 0xC53439) is known color: Mahogany. HEX triplet: C5, 34 and 39. RGB value is (197,52,57). Sum of RGB (Red+Green+Blue) = 197+52+57=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C53439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53439 is #3ACBC6. Grayscale: #606060. Windows color (decimal): -3853255 or 3749061. OLE color: 3749061.

HSL color Cylindrical-coordinate representation of color #C53439: hue angle of 357.93º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53439 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 57 -
CMYK 0 0.74 0.71 0.23
HSL 357.93º 0.58% 0.49% -
HSV(B) 357.93º 0.74% 0.77% -
XYZ 24.99 14.62 5.38 -
YUV 95.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 197 52 57 0 0.74 0.71 0.23 357.93 0.58 0.49
Hex C5 34 39 0 4A 47 17 166 3A 31
Octal 305 64 71 0 112 107 27 546 72 61
Binary 11000101 110100 111001 0 1001010 1000111 10111 101100110 111010 110001

Color Harmonies of #C53439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53439

Black with #C53439

Text Example


Text Example

White with #C53439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53439; }

 p { color: rgb(197,52,57); }

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

background-color css

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

 a { background-color: rgb(197,52,57); }

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

border-color css

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

 span { border-color: rgb(197,52,57); }

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