Html Css Color HEX #81071E Burgundy

📋 copy color: '#81071E'

red 129 ◦ green 7 ◦ blue 30

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

Shades of Burgundy #81071E

Tints of Burgundy #81071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 77.71%
G = 4.22%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81071E (or 0x81071E) is known color: Burgundy. HEX triplet: 81, 07 and 1E. RGB value is (129,7,30). Sum of RGB (Red+Green+Blue) = 129+7+30=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #81071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81071E is #7EF8E1. Grayscale: #2E2E2E. Windows color (decimal): -8321250 or 1968001. OLE color: 1968001.

HSL color Cylindrical-coordinate representation of color #81071E: hue angle of 348.69º 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 #81071E is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 7 30 -
CMYK 0 0.95 0.77 0.49
HSL 348.69º 0.9% 0.27% -
HSV(B) 348.69º 0.95% 0.51% -
XYZ 9.36 4.91 1.68 -
YUV 46.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 129 7 30 0 0.95 0.77 0.49 348.69 0.9 0.27
Hex 81 7 1E 0 5F 4D 31 15D 5A 1B
Octal 201 7 36 0 137 115 61 535 132 33
Binary 10000001 111 11110 0 1011111 1001101 110001 101011101 1011010 11011

Color Harmonies of #81071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81071E

Black with #81071E

Text Example


Text Example

White with #81071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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