Html Css Color HEX #C82936 Mahogany

📋 copy color: '#C82936'

red 200 ◦ green 41 ◦ blue 54

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

Shades of Mahogany #C82936

Tints of Mahogany #C82936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.31%

R = 67.8%
G = 13.9%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C82936 (or 0xC82936) is known color: Mahogany. HEX triplet: C8, 29 and 36. RGB value is (200,41,54). Sum of RGB (Red+Green+Blue) = 200+41+54=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C82936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82936 is #37D6C9. Grayscale: #5A5A5A. Windows color (decimal): -3659466 or 3549640. OLE color: 3549640.

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

Color convert

RGB 200 41 54 -
CMYK 0 0.80 0.73 0.22
HSL 355.09º 0.66% 0.47% -
HSV(B) 355.09º 0.8% 0.78% -
XYZ 25.28 14.13 4.89 -
YUV 90.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 200 41 54 0 0.80 0.73 0.22 355.09 0.66 0.47
Hex C8 29 36 0 50 49 16 163 42 2F
Octal 310 51 66 0 120 111 26 543 102 57
Binary 11001000 101001 110110 0 1010000 1001001 10110 101100011 1000010 101111

Color Harmonies of #C82936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82936

Black with #C82936

Text Example


Text Example

White with #C82936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82936; }

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

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

background-color css

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

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

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

border-color css

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

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

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