Html Css Color HEX #C82730 Mahogany

📋 copy color: '#C82730'

red 200 ◦ green 39 ◦ blue 48

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

Shades of Mahogany #C82730

Tints of Mahogany #C82730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 69.69%
G = 13.59%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C82730 (or 0xC82730) is known color: Mahogany. HEX triplet: C8, 27 and 30. RGB value is (200,39,48). Sum of RGB (Red+Green+Blue) = 200+39+48=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82730 is #37D8CF. Grayscale: #585858. Windows color (decimal): -3659984 or 3155912. OLE color: 3155912.

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

Color convert

RGB 200 39 48 -
CMYK 0 0.80 0.76 0.22
HSL 356.65º 0.67% 0.47% -
HSV(B) 356.65º 0.81% 0.78% -
XYZ 25.08 13.94 4.17 -
YUV 88.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 200 39 48 0 0.80 0.76 0.22 356.65 0.67 0.47
Hex C8 27 30 0 50 4C 16 165 43 2F
Octal 310 47 60 0 120 114 26 545 103 57
Binary 11001000 100111 110000 0 1010000 1001100 10110 101100101 1000011 101111

Color Harmonies of #C82730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82730

Black with #C82730

Text Example


Text Example

White with #C82730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82730; }

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

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

background-color css

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

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

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

border-color css

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

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

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