Html Css Color HEX #800C28 Burgundy

📋 copy color: '#800C28'

red 128 ◦ green 12 ◦ blue 40

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

Shades of Burgundy #800C28

Tints of Burgundy #800C28

RGB

 RED value IS 128 (50.39% from 255) = 71.11%

 GREEN value IS 12 (5.08% from 255) = 6.67%

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 71.11%
G = 6.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#800C28 (or 0x800C28) is known color: Burgundy. HEX triplet: 80, 0C and 28. RGB value is (128,12,40). Sum of RGB (Red+Green+Blue) = 128+12+40=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #800C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800C28 is #7FF3D7. Grayscale: #313131. Windows color (decimal): -8385496 or 2624640. OLE color: 2624640.

HSL color Cylindrical-coordinate representation of color #800C28: hue angle of 345.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C28 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 12 40 -
CMYK 0 0.91 0.69 0.50
HSL 345.52º 0.83% 0.27% -
HSV(B) 345.52º 0.91% 0.5% -
XYZ 9.42 5.01 2.48 -
YUV 49.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 128 12 40 0 0.91 0.69 0.50 345.52 0.83 0.27
Hex 80 C 28 0 5B 45 32 15A 53 1B
Octal 200 14 50 0 133 105 62 532 123 33
Binary 10000000 1100 101000 0 1011011 1000101 110010 101011010 1010011 11011

Color Harmonies of #800C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C28

Black with #800C28

Text Example


Text Example

White with #800C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800C28; }

 p { color: rgb(128,12,40); }

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

background-color css

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

 a { background-color: rgb(128,12,40); }

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

border-color css

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

 span { border-color: rgb(128,12,40); }

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