Html Css Color HEX #800C2A Burgundy

📋 copy color: '#800C2A'

red 128 ◦ green 12 ◦ blue 42

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

Shades of Burgundy #800C2A

Tints of Burgundy #800C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.59%

 BLUE value IS 42 (16.8% from 255) = 23.08%

R = 70.33%
G = 6.59%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#800C2A (or 0x800C2A) is known color: Burgundy. HEX triplet: 80, 0C and 2A. RGB value is (128,12,42). Sum of RGB (Red+Green+Blue) = 128+12+42=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #800C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800C2A is #7FF3D5. Grayscale: #323232. Windows color (decimal): -8385494 or 2755712. OLE color: 2755712.

HSL color Cylindrical-coordinate representation of color #800C2A: hue angle of 344.48º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C2A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 12 42 -
CMYK 0 0.91 0.67 0.50
HSL 344.48º 0.83% 0.27% -
HSV(B) 344.48º 0.91% 0.5% -
XYZ 9.45 5.02 2.66 -
YUV 50.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 128 12 42 0 0.91 0.67 0.50 344.48 0.83 0.27
Hex 80 C 2A 0 5B 43 32 158 53 1B
Octal 200 14 52 0 133 103 62 530 123 33
Binary 10000000 1100 101010 0 1011011 1000011 110010 101011000 1010011 11011

Color Harmonies of #800C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C2A

Black with #800C2A

Text Example


Text Example

White with #800C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,12,42); }

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

background-color css

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

 a { background-color: rgb(128,12,42); }

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

border-color css

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

 span { border-color: rgb(128,12,42); }

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