Html Css Color HEX #C92730 Mahogany

📋 copy color: '#C92730'

red 201 ◦ green 39 ◦ blue 48

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

Shades of Mahogany #C92730

Tints of Mahogany #C92730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 69.79%
G = 13.54%
B = 16.67%

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

#C92730 (or 0xC92730) is known color: Mahogany. HEX triplet: C9, 27 and 30. RGB value is (201,39,48). Sum of RGB (Red+Green+Blue) = 201+39+48=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C92730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92730 is #36D8CF. Grayscale: #585858. Windows color (decimal): -3594448 or 3155913. OLE color: 3155913.

HSL color Cylindrical-coordinate representation of color #C92730: hue angle of 356.67º 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 #C92730 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 48 -
CMYK 0 0.81 0.76 0.21
HSL 356.67º 0.68% 0.47% -
HSV(B) 356.67º 0.81% 0.79% -
XYZ 25.35 14.08 4.18 -
YUV 88.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 201 39 48 0 0.81 0.76 0.21 356.67 0.68 0.47
Hex C9 27 30 0 51 4C 15 165 44 2F
Octal 311 47 60 0 121 114 25 545 104 57
Binary 11001001 100111 110000 0 1010001 1001100 10101 101100101 1000100 101111

Color Harmonies of #C92730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92730

Black with #C92730

Text Example


Text Example

White with #C92730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92730; }

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

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

background-color css

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

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

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

border-color css

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

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

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