Html Css Color HEX #80102B Burgundy

📋 copy color: '#80102B'

red 128 ◦ green 16 ◦ blue 43

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

Shades of Burgundy #80102B

Tints of Burgundy #80102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 68.45%
G = 8.56%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80102B (or 0x80102B) is known color: Burgundy. HEX triplet: 80, 10 and 2B. RGB value is (128,16,43). Sum of RGB (Red+Green+Blue) = 128+16+43=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #80102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80102B is #7FEFD4. Grayscale: #343434. Windows color (decimal): -8384469 or 2822272. OLE color: 2822272.

HSL color Cylindrical-coordinate representation of color #80102B: hue angle of 345.54º 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 #80102B is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 43 -
CMYK 0 0.88 0.66 0.50
HSL 345.54º 0.78% 0.28% -
HSV(B) 345.54º 0.88% 0.5% -
XYZ 9.52 5.13 2.77 -
YUV 52.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 128 16 43 0 0.88 0.66 0.50 345.54 0.78 0.28
Hex 80 10 2B 0 58 42 32 15A 4E 1C
Octal 200 20 53 0 130 102 62 532 116 34
Binary 10000000 10000 101011 0 1011000 1000010 110010 101011010 1001110 11100

Color Harmonies of #80102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80102B

Black with #80102B

Text Example


Text Example

White with #80102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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