Html Css Color HEX #C82728 Mahogany

📋 copy color: '#C82728'

red 200 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #C82728

Tints of Mahogany #C82728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 71.68%
G = 13.98%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C82728 (or 0xC82728) is known color: Mahogany. HEX triplet: C8, 27 and 28. RGB value is (200,39,40). Sum of RGB (Red+Green+Blue) = 200+39+40=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C82728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82728 is #37D8D7. Grayscale: #575757. Windows color (decimal): -3659992 or 2631624. OLE color: 2631624.

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

Color convert

RGB 200 39 40 -
CMYK 0 0.80 0.8 0.22
HSL 359.63º 0.67% 0.47% -
HSV(B) 359.63º 0.81% 0.78% -
XYZ 24.93 13.88 3.37 -
YUV 87.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 200 39 40 0 0.80 0.8 0.22 359.63 0.67 0.47
Hex C8 27 28 0 50 50 16 168 43 2F
Octal 310 47 50 0 120 120 26 550 103 57
Binary 11001000 100111 101000 0 1010000 1010000 10110 101101000 1000011 101111

Color Harmonies of #C82728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82728

Black with #C82728

Text Example


Text Example

White with #C82728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82728; }

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

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

background-color css

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

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

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

border-color css

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

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

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