Html Css Color HEX #800127 Burgundy

📋 copy color: '#800127'

red 128 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #800127

Tints of Burgundy #800127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 76.19%
G = 0.6%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#800127 (or 0x800127) is known color: Burgundy. HEX triplet: 80, 01 and 27. RGB value is (128,1,39). Sum of RGB (Red+Green+Blue) = 128+1+39=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #800127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800127 is #7FFED8. Grayscale: #2B2B2B. Windows color (decimal): -8388313 or 2556288. OLE color: 2556288.

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

Color convert

RGB 128 1 39 -
CMYK 0 0.99 0.70 0.50
HSL 342.05º 0.98% 0.25% -
HSV(B) 342.05º 0.99% 0.5% -
XYZ 9.28 4.76 2.35 -
YUV 43.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 128 1 39 0 0.99 0.70 0.50 342.05 0.98 0.25
Hex 80 1 27 0 63 46 32 156 62 19
Octal 200 1 47 0 143 106 62 526 142 31
Binary 10000000 1 100111 0 1100011 1000110 110010 101010110 1100010 11001

Color Harmonies of #800127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800127

Black with #800127

Text Example


Text Example

White with #800127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800127; }

 p { color: rgb(128,1,39); }

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

background-color css

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

 a { background-color: rgb(128,1,39); }

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

border-color css

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

 span { border-color: rgb(128,1,39); }

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