Html Css Color HEX #C82732 Mahogany

📋 copy color: '#C82732'

red 200 ◦ green 39 ◦ blue 50

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

Shades of Mahogany #C82732

Tints of Mahogany #C82732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 69.2%
G = 13.49%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C82732 (or 0xC82732) is known color: Mahogany. HEX triplet: C8, 27 and 32. RGB value is (200,39,50). Sum of RGB (Red+Green+Blue) = 200+39+50=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82732 is #37D8CD. Grayscale: #585858. Windows color (decimal): -3659982 or 3286984. OLE color: 3286984.

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

Color convert

RGB 200 39 50 -
CMYK 0 0.80 0.75 0.22
HSL 355.9º 0.67% 0.47% -
HSV(B) 355.9º 0.81% 0.78% -
XYZ 25.12 13.96 4.39 -
YUV 88.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 200 39 50 0 0.80 0.75 0.22 355.9 0.67 0.47
Hex C8 27 32 0 50 4B 16 164 43 2F
Octal 310 47 62 0 120 113 26 544 103 57
Binary 11001000 100111 110010 0 1010000 1001011 10110 101100100 1000011 101111

Color Harmonies of #C82732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82732

Black with #C82732

Text Example


Text Example

White with #C82732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82732; }

 p { color: rgb(200,39,50); }

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

background-color css

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

 a { background-color: rgb(200,39,50); }

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

border-color css

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

 span { border-color: rgb(200,39,50); }

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