Html Css Color HEX #C82C31 Mahogany

📋 copy color: '#C82C31'

red 200 ◦ green 44 ◦ blue 49

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

Shades of Mahogany #C82C31

Tints of Mahogany #C82C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 68.26%
G = 15.02%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C82C31 (or 0xC82C31) is known color: Mahogany. HEX triplet: C8, 2C and 31. RGB value is (200,44,49). Sum of RGB (Red+Green+Blue) = 200+44+49=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C31 is #37D3CE. Grayscale: #5B5B5B. Windows color (decimal): -3658703 or 3222728. OLE color: 3222728.

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

Color convert

RGB 200 44 49 -
CMYK 0 0.78 0.76 0.22
HSL 358.08º 0.64% 0.48% -
HSV(B) 358.08º 0.78% 0.78% -
XYZ 25.27 14.3 4.33 -
YUV 91.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 200 44 49 0 0.78 0.76 0.22 358.08 0.64 0.48
Hex C8 2C 31 0 4E 4C 16 166 40 30
Octal 310 54 61 0 116 114 26 546 100 60
Binary 11001000 101100 110001 0 1001110 1001100 10110 101100110 1000000 110000

Color Harmonies of #C82C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C31

Black with #C82C31

Text Example


Text Example

White with #C82C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C31; }

 p { color: rgb(200,44,49); }

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

background-color css

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

 a { background-color: rgb(200,44,49); }

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

border-color css

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

 span { border-color: rgb(200,44,49); }

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