Html Css Color HEX #801023 Burgundy

📋 copy color: '#801023'

red 128 ◦ green 16 ◦ blue 35

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

Shades of Burgundy #801023

Tints of Burgundy #801023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 35 (14.06% from 255) = 19.55%

R = 71.51%
G = 8.94%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#801023 (or 0x801023) is known color: Burgundy. HEX triplet: 80, 10 and 23. RGB value is (128,16,35). Sum of RGB (Red+Green+Blue) = 128+16+35=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #801023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801023 is #7FEFDC. Grayscale: #333333. Windows color (decimal): -8384477 or 2297984. OLE color: 2297984.

HSL color Cylindrical-coordinate representation of color #801023: hue angle of 349.82º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801023 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 35 -
CMYK 0 0.88 0.73 0.50
HSL 349.82º 0.78% 0.28% -
HSV(B) 349.82º 0.88% 0.5% -
XYZ 9.39 5.08 2.08 -
YUV 51.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 128 16 35 0 0.88 0.73 0.50 349.82 0.78 0.28
Hex 80 10 23 0 58 49 32 15E 4E 1C
Octal 200 20 43 0 130 111 62 536 116 34
Binary 10000000 10000 100011 0 1011000 1001001 110010 101011110 1001110 11100

Color Harmonies of #801023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801023

Black with #801023

Text Example


Text Example

White with #801023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801023; }

 p { color: rgb(128,16,35); }

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

background-color css

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

 a { background-color: rgb(128,16,35); }

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

border-color css

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

 span { border-color: rgb(128,16,35); }

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