Html Css Color HEX #81071B Burgundy

📋 copy color: '#81071B'

red 129 ◦ green 7 ◦ blue 27

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

Shades of Burgundy #81071B

Tints of Burgundy #81071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.29%

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 79.14%
G = 4.29%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81071B (or 0x81071B) is known color: Burgundy. HEX triplet: 81, 07 and 1B. RGB value is (129,7,27). Sum of RGB (Red+Green+Blue) = 129+7+27=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81071B is #7EF8E4. Grayscale: #2D2D2D. Windows color (decimal): -8321253 or 1771393. OLE color: 1771393.

HSL color Cylindrical-coordinate representation of color #81071B: hue angle of 350.16º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81071B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 7 27 -
CMYK 0 0.95 0.79 0.49
HSL 350.16º 0.9% 0.27% -
HSV(B) 350.16º 0.95% 0.51% -
XYZ 9.33 4.9 1.49 -
YUV 45.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 129 7 27 0 0.95 0.79 0.49 350.16 0.9 0.27
Hex 81 7 1B 0 5F 4F 31 15E 5A 1B
Octal 201 7 33 0 137 117 61 536 132 33
Binary 10000001 111 11011 0 1011111 1001111 110001 101011110 1011010 11011

Color Harmonies of #81071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81071B

Black with #81071B

Text Example


Text Example

White with #81071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,7,27); }

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

background-color css

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

 a { background-color: rgb(129,7,27); }

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

border-color css

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

 span { border-color: rgb(129,7,27); }

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