Html Css Color HEX #801228 Burgundy

📋 copy color: '#801228'

red 128 ◦ green 18 ◦ blue 40

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

Shades of Burgundy #801228

Tints of Burgundy #801228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 68.82%
G = 9.68%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#801228 (or 0x801228) is known color: Burgundy. HEX triplet: 80, 12 and 28. RGB value is (128,18,40). Sum of RGB (Red+Green+Blue) = 128+18+40=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #801228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801228 is #7FEDD7. Grayscale: #353535. Windows color (decimal): -8383960 or 2626176. OLE color: 2626176.

HSL color Cylindrical-coordinate representation of color #801228: hue angle of 348º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801228 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 40 -
CMYK 0 0.86 0.69 0.50
HSL 348º 0.75% 0.29% -
HSV(B) 348º 0.86% 0.5% -
XYZ 9.5 5.18 2.51 -
YUV 53.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 128 18 40 0 0.86 0.69 0.50 348 0.75 0.29
Hex 80 12 28 0 56 45 32 15C 4B 1D
Octal 200 22 50 0 126 105 62 534 113 35
Binary 10000000 10010 101000 0 1010110 1000101 110010 101011100 1001011 11101

Color Harmonies of #801228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801228

Black with #801228

Text Example


Text Example

White with #801228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801228; }

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

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

background-color css

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

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

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

border-color css

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

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

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