Html Css Color HEX #81061E Burgundy

📋 copy color: '#81061E'

red 129 ◦ green 6 ◦ blue 30

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

Shades of Burgundy #81061E

Tints of Burgundy #81061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

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

R = 78.18%
G = 3.64%
B = 18.18%

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

#81061E (or 0x81061E) is known color: Burgundy. HEX triplet: 81, 06 and 1E. RGB value is (129,6,30). Sum of RGB (Red+Green+Blue) = 129+6+30=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #81061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81061E is #7EF9E1. Grayscale: #2D2D2D. Windows color (decimal): -8321506 or 1967745. OLE color: 1967745.

HSL color Cylindrical-coordinate representation of color #81061E: hue angle of 348.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81061E is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 6 30 -
CMYK 0 0.95 0.77 0.49
HSL 348.29º 0.91% 0.26% -
HSV(B) 348.29º 0.95% 0.51% -
XYZ 9.35 4.89 1.68 -
YUV 45.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 129 6 30 0 0.95 0.77 0.49 348.29 0.91 0.26
Hex 81 6 1E 0 5F 4D 31 15C 5B 1A
Octal 201 6 36 0 137 115 61 534 133 32
Binary 10000001 110 11110 0 1011111 1001101 110001 101011100 1011011 11010

Color Harmonies of #81061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81061E

Black with #81061E

Text Example


Text Example

White with #81061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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