Html Css Color HEX #C92731 Mahogany

📋 copy color: '#C92731'

red 201 ◦ green 39 ◦ blue 49

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

Shades of Mahogany #C92731

Tints of Mahogany #C92731

RGB

 RED value IS 201 (78.91% from 255) = 69.55%

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

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

R = 69.55%
G = 13.49%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C92731 (or 0xC92731) is known color: Mahogany. HEX triplet: C9, 27 and 31. RGB value is (201,39,49). Sum of RGB (Red+Green+Blue) = 201+39+49=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C92731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92731 is #36D8CE. Grayscale: #585858. Windows color (decimal): -3594447 or 3221449. OLE color: 3221449.

HSL color Cylindrical-coordinate representation of color #C92731: hue angle of 356.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92731 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 49 -
CMYK 0 0.81 0.76 0.21
HSL 356.3º 0.68% 0.47% -
HSV(B) 356.3º 0.81% 0.79% -
XYZ 25.37 14.09 4.29 -
YUV 88.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 201 39 49 0 0.81 0.76 0.21 356.3 0.68 0.47
Hex C9 27 31 0 51 4C 15 164 44 2F
Octal 311 47 61 0 121 114 25 544 104 57
Binary 11001001 100111 110001 0 1010001 1001100 10101 101100100 1000100 101111

Color Harmonies of #C92731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92731

Black with #C92731

Text Example


Text Example

White with #C92731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92731; }

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

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

background-color css

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

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

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

border-color css

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

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

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