Html Css Color HEX #C82930 Mahogany

📋 copy color: '#C82930'

red 200 ◦ green 41 ◦ blue 48

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

Shades of Mahogany #C82930

Tints of Mahogany #C82930

RGB

 RED value IS 200 (78.52% from 255) = 69.2%

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

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

R = 69.2%
G = 14.19%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C82930 (or 0xC82930) is known color: Mahogany. HEX triplet: C8, 29 and 30. RGB value is (200,41,48). Sum of RGB (Red+Green+Blue) = 200+41+48=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82930 is #37D6CF. Grayscale: #595959. Windows color (decimal): -3659472 or 3156424. OLE color: 3156424.

HSL color Cylindrical-coordinate representation of color #C82930: hue angle of 357.36º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82930 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 48 -
CMYK 0 0.80 0.76 0.22
HSL 357.36º 0.66% 0.47% -
HSV(B) 357.36º 0.8% 0.78% -
XYZ 25.15 14.08 4.19 -
YUV 89.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 200 41 48 0 0.80 0.76 0.22 357.36 0.66 0.47
Hex C8 29 30 0 50 4C 16 165 42 2F
Octal 310 51 60 0 120 114 26 545 102 57
Binary 11001000 101001 110000 0 1010000 1001100 10110 101100101 1000010 101111

Color Harmonies of #C82930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82930

Black with #C82930

Text Example


Text Example

White with #C82930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82930; }

 p { color: rgb(200,41,48); }

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

background-color css

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

 a { background-color: rgb(200,41,48); }

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

border-color css

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

 span { border-color: rgb(200,41,48); }

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