Html Css Color HEX #C54041 Mahogany

📋 copy color: '#C54041'

red 197 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #C54041

Tints of Mahogany #C54041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 60.43%
G = 19.63%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C54041 (or 0xC54041) is known color: Mahogany. HEX triplet: C5, 40 and 41. RGB value is (197,64,65). Sum of RGB (Red+Green+Blue) = 197+64+65=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C54041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54041 is #3ABFBE. Grayscale: #686868. Windows color (decimal): -3850175 or 4276421. OLE color: 4276421.

HSL color Cylindrical-coordinate representation of color #C54041: hue angle of 359.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54041 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 65 -
CMYK 0 0.68 0.67 0.23
HSL 359.55º 0.53% 0.51% -
HSV(B) 359.55º 0.68% 0.77% -
XYZ 25.81 15.92 6.71 -
YUV 103.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 197 64 65 0 0.68 0.67 0.23 359.55 0.53 0.51
Hex C5 40 41 0 44 43 17 168 35 33
Octal 305 100 101 0 104 103 27 550 65 63
Binary 11000101 1000000 1000001 0 1000100 1000011 10111 101101000 110101 110011

Color Harmonies of #C54041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54041

Black with #C54041

Text Example


Text Example

White with #C54041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54041; }

 p { color: rgb(197,64,65); }

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

background-color css

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

 a { background-color: rgb(197,64,65); }

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

border-color css

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

 span { border-color: rgb(197,64,65); }

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