Html Css Color HEX #C82829 Mahogany

📋 copy color: '#C82829'

red 200 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #C82829

Tints of Mahogany #C82829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 71.17%
G = 14.23%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C82829 (or 0xC82829) is known color: Mahogany. HEX triplet: C8, 28 and 29. RGB value is (200,40,41). Sum of RGB (Red+Green+Blue) = 200+40+41=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C82829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82829 is #37D7D6. Grayscale: #585858. Windows color (decimal): -3659735 or 2697416. OLE color: 2697416.

HSL color Cylindrical-coordinate representation of color #C82829: hue angle of 359.62º degrees, saturation: 0.67, 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 #C82829 is Cyan = 0, Magento = 0.8, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 40 41 -
CMYK 0 0.8 0.80 0.22
HSL 359.63º 0.67% 0.47% -
HSV(B) 359.63º 0.8% 0.78% -
XYZ 24.98 13.96 3.48 -
YUV 87.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 200 40 41 0 0.8 0.80 0.22 359.63 0.67 0.47
Hex C8 28 29 0 50 50 16 168 43 2F
Octal 310 50 51 0 120 120 26 550 103 57
Binary 11001000 101000 101001 0 1010000 1010000 10110 101101000 1000011 101111

Color Harmonies of #C82829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82829

Black with #C82829

Text Example


Text Example

White with #C82829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82829; }

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

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

background-color css

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

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

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

border-color css

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

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

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