Html Css Color HEX #C82935 Mahogany

📋 copy color: '#C82935'

red 200 ◦ green 41 ◦ blue 53

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

Shades of Mahogany #C82935

Tints of Mahogany #C82935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 68.03%
G = 13.95%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82935 (or 0xC82935) is known color: Mahogany. HEX triplet: C8, 29 and 35. RGB value is (200,41,53). Sum of RGB (Red+Green+Blue) = 200+41+53=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C82935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82935 is #37D6CA. Grayscale: #5A5A5A. Windows color (decimal): -3659467 or 3484104. OLE color: 3484104.

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

Color convert

RGB 200 41 53 -
CMYK 0 0.80 0.74 0.22
HSL 355.47º 0.66% 0.47% -
HSV(B) 355.47º 0.8% 0.78% -
XYZ 25.25 14.12 4.76 -
YUV 89.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 200 41 53 0 0.80 0.74 0.22 355.47 0.66 0.47
Hex C8 29 35 0 50 4A 16 163 42 2F
Octal 310 51 65 0 120 112 26 543 102 57
Binary 11001000 101001 110101 0 1010000 1001010 10110 101100011 1000010 101111

Color Harmonies of #C82935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82935

Black with #C82935

Text Example


Text Example

White with #C82935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82935; }

 p { color: rgb(200,41,53); }

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

background-color css

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

 a { background-color: rgb(200,41,53); }

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

border-color css

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

 span { border-color: rgb(200,41,53); }

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