Html Css Color HEX #800136 Burgundy

📋 copy color: '#800136'

red 128 ◦ green 1 ◦ blue 54

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

Shades of Burgundy #800136

Tints of Burgundy #800136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.51%

R = 69.95%
G = 0.55%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#800136 (or 0x800136) is known color: Burgundy. HEX triplet: 80, 01 and 36. RGB value is (128,1,54). Sum of RGB (Red+Green+Blue) = 128+1+54=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #800136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800136 is #7FFEC9. Grayscale: #2C2C2C. Windows color (decimal): -8388298 or 3539328. OLE color: 3539328.

HSL color Cylindrical-coordinate representation of color #800136: hue angle of 334.96º 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 #800136 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 54 -
CMYK 0 0.99 0.58 0.50
HSL 334.96º 0.98% 0.25% -
HSV(B) 334.96º 0.99% 0.5% -
XYZ 9.58 4.88 3.93 -
YUV 45.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 128 1 54 0 0.99 0.58 0.50 334.96 0.98 0.25
Hex 80 1 36 0 63 3A 32 14F 62 19
Octal 200 1 66 0 143 72 62 517 142 31
Binary 10000000 1 110110 0 1100011 111010 110010 101001111 1100010 11001

Color Harmonies of #800136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800136

Black with #800136

Text Example


Text Example

White with #800136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800136; }

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

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

background-color css

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

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

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

border-color css

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

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

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