Html Css Color HEX #800018 Burgundy

📋 copy color: '#800018'

red 128 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #800018

Tints of Burgundy #800018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 15.79%

R = 84.21%
G = 0%
B = 15.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#800018 (or 0x800018) is known color: Burgundy. HEX triplet: 80, 00 and 18. RGB value is (128,0,24). Sum of RGB (Red+Green+Blue) = 128+0+24=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #800018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800018 is #7FFFE7. Grayscale: #292929. Windows color (decimal): -8388584 or 1572992. OLE color: 1572992.

HSL color Cylindrical-coordinate representation of color #800018: hue angle of 348.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800018 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 24 -
CMYK 0 1 0.81 0.50
HSL 348.75º 1% 0.25% -
HSV(B) 348.75º 1% 0.5% -
XYZ 9.07 4.66 1.28 -
YUV 41.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 128 0 24 0 1 0.81 0.50 348.75 1 0.25
Hex 80 0 18 0 64 51 32 15D 64 19
Octal 200 0 30 0 144 121 62 535 144 31
Binary 10000000 0 11000 0 1100100 1010001 110010 101011101 1100100 11001

Color Harmonies of #800018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800018

Black with #800018

Text Example


Text Example

White with #800018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800018; }

 p { color: rgb(128,0,24); }

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

background-color css

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

 a { background-color: rgb(128,0,24); }

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

border-color css

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

 span { border-color: rgb(128,0,24); }

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