Html Css Color HEX #C82D37 Mahogany

📋 copy color: '#C82D37'

red 200 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #C82D37

Tints of Mahogany #C82D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 66.67%
G = 15%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C82D37 (or 0xC82D37) is known color: Mahogany. HEX triplet: C8, 2D and 37. RGB value is (200,45,55). Sum of RGB (Red+Green+Blue) = 200+45+55=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D37 is #37D2C8. Grayscale: #5C5C5C. Windows color (decimal): -3658441 or 3616200. OLE color: 3616200.

HSL color Cylindrical-coordinate representation of color #C82D37: hue angle of 356.13º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D37 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 45 55 -
CMYK 0 0.78 0.72 0.22
HSL 356.13º 0.63% 0.48% -
HSV(B) 356.13º 0.78% 0.78% -
XYZ 25.45 14.43 5.06 -
YUV 92.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 200 45 55 0 0.78 0.72 0.22 356.13 0.63 0.48
Hex C8 2D 37 0 4E 48 16 164 3F 30
Octal 310 55 67 0 116 110 26 544 77 60
Binary 11001000 101101 110111 0 1001110 1001000 10110 101100100 111111 110000

Color Harmonies of #C82D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D37

Black with #C82D37

Text Example


Text Example

White with #C82D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D37; }

 p { color: rgb(200,45,55); }

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

background-color css

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

 a { background-color: rgb(200,45,55); }

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

border-color css

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

 span { border-color: rgb(200,45,55); }

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