Html Css Color HEX #81022F Burgundy

📋 copy color: '#81022F'

red 129 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #81022F

Tints of Burgundy #81022F

RGB

 RED value IS 129 (50.78% from 255) = 72.47%

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 72.47%
G = 1.12%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81022F (or 0x81022F) is known color: Burgundy. HEX triplet: 81, 02 and 2F. RGB value is (129,2,47). Sum of RGB (Red+Green+Blue) = 129+2+47=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81022F is #7EFDD0. Grayscale: #2D2D2D. Windows color (decimal): -8322513 or 3080833. OLE color: 3080833.

HSL color Cylindrical-coordinate representation of color #81022F: hue angle of 338.74º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81022F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 47 -
CMYK 0 0.98 0.64 0.49
HSL 338.74º 0.97% 0.26% -
HSV(B) 338.74º 0.98% 0.51% -
XYZ 9.59 4.92 3.13 -
YUV 45.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 129 2 47 0 0.98 0.64 0.49 338.74 0.97 0.26
Hex 81 2 2F 0 62 40 31 153 61 1A
Octal 201 2 57 0 142 100 61 523 141 32
Binary 10000001 10 101111 0 1100010 1000000 110001 101010011 1100001 11010

Color Harmonies of #81022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81022F

Black with #81022F

Text Example


Text Example

White with #81022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81022F; }

 p { color: rgb(129,2,47); }

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

background-color css

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

 a { background-color: rgb(129,2,47); }

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

border-color css

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

 span { border-color: rgb(129,2,47); }

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