Html Css Color HEX #C82B33 Mahogany

📋 copy color: '#C82B33'

red 200 ◦ green 43 ◦ blue 51

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

Shades of Mahogany #C82B33

Tints of Mahogany #C82B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.63%

 BLUE value IS 51 (20.31% from 255) = 17.35%

R = 68.03%
G = 14.63%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82B33 (or 0xC82B33) is known color: Mahogany. HEX triplet: C8, 2B and 33. RGB value is (200,43,51). Sum of RGB (Red+Green+Blue) = 200+43+51=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B33 is #37D4CC. Grayscale: #5A5A5A. Windows color (decimal): -3658957 or 3353544. OLE color: 3353544.

HSL color Cylindrical-coordinate representation of color #C82B33: hue angle of 356.94º degrees, saturation: 0.65, 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 #C82B33 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 43 51 -
CMYK 0 0.78 0.74 0.22
HSL 356.94º 0.65% 0.48% -
HSV(B) 356.94º 0.79% 0.78% -
XYZ 25.28 14.25 4.55 -
YUV 90.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 200 43 51 0 0.78 0.74 0.22 356.94 0.65 0.48
Hex C8 2B 33 0 4E 4A 16 165 41 30
Octal 310 53 63 0 116 112 26 545 101 60
Binary 11001000 101011 110011 0 1001110 1001010 10110 101100101 1000001 110000

Color Harmonies of #C82B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B33

Black with #C82B33

Text Example


Text Example

White with #C82B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B33; }

 p { color: rgb(200,43,51); }

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

background-color css

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

 a { background-color: rgb(200,43,51); }

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

border-color css

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

 span { border-color: rgb(200,43,51); }

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