Html Css Color HEX #81012F Burgundy

📋 copy color: '#81012F'

red 129 ◦ green 1 ◦ blue 47

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

Shades of Burgundy #81012F

Tints of Burgundy #81012F

RGB

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

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

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

R = 72.88%
G = 0.56%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81012F (or 0x81012F) is known color: Burgundy. HEX triplet: 81, 01 and 2F. RGB value is (129,1,47). Sum of RGB (Red+Green+Blue) = 129+1+47=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #81012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81012F is #7EFED0. Grayscale: #2C2C2C. Windows color (decimal): -8322769 or 3080577. OLE color: 3080577.

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

Color convert

RGB 129 1 47 -
CMYK 0 0.99 0.64 0.49
HSL 338.44º 0.98% 0.25% -
HSV(B) 338.44º 0.99% 0.51% -
XYZ 9.58 4.89 3.13 -
YUV 44.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 129 1 47 0 0.99 0.64 0.49 338.44 0.98 0.25
Hex 81 1 2F 0 63 40 31 152 62 19
Octal 201 1 57 0 143 100 61 522 142 31
Binary 10000001 1 101111 0 1100011 1000000 110001 101010010 1100010 11001

Color Harmonies of #81012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81012F

Black with #81012F

Text Example


Text Example

White with #81012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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