Html Css Color HEX #800E2E Burgundy

📋 copy color: '#800E2E'

red 128 ◦ green 14 ◦ blue 46

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

Shades of Burgundy #800E2E

Tints of Burgundy #800E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

 BLUE value IS 46 (18.36% from 255) = 24.47%

R = 68.09%
G = 7.45%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#800E2E (or 0x800E2E) is known color: Burgundy. HEX triplet: 80, 0E and 2E. RGB value is (128,14,46). Sum of RGB (Red+Green+Blue) = 128+14+46=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #800E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E2E is #7FF1D1. Grayscale: #333333. Windows color (decimal): -8384978 or 3018368. OLE color: 3018368.

HSL color Cylindrical-coordinate representation of color #800E2E: hue angle of 343.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E2E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 46 -
CMYK 0 0.89 0.64 0.50
HSL 343.16º 0.8% 0.28% -
HSV(B) 343.16º 0.89% 0.5% -
XYZ 9.55 5.1 3.07 -
YUV 51.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 128 14 46 0 0.89 0.64 0.50 343.16 0.8 0.28
Hex 80 E 2E 0 59 40 32 157 50 1C
Octal 200 16 56 0 131 100 62 527 120 34
Binary 10000000 1110 101110 0 1011001 1000000 110010 101010111 1010000 11100

Color Harmonies of #800E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E2E

Black with #800E2E

Text Example


Text Example

White with #800E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800E2E; }

 p { color: rgb(128,14,46); }

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

background-color css

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

 a { background-color: rgb(128,14,46); }

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

border-color css

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

 span { border-color: rgb(128,14,46); }

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