Html Css Color HEX #81061B Burgundy

📋 copy color: '#81061B'

red 129 ◦ green 6 ◦ blue 27

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

Shades of Burgundy #81061B

Tints of Burgundy #81061B

RGB

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

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

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

R = 79.63%
G = 3.7%
B = 16.67%

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

#81061B (or 0x81061B) is known color: Burgundy. HEX triplet: 81, 06 and 1B. RGB value is (129,6,27). Sum of RGB (Red+Green+Blue) = 129+6+27=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #81061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81061B is #7EF9E4. Grayscale: #2D2D2D. Windows color (decimal): -8321509 or 1771137. OLE color: 1771137.

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

Color convert

RGB 129 6 27 -
CMYK 0 0.95 0.79 0.49
HSL 349.76º 0.91% 0.26% -
HSV(B) 349.76º 0.95% 0.51% -
XYZ 9.32 4.88 1.49 -
YUV 45.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 129 6 27 0 0.95 0.79 0.49 349.76 0.91 0.26
Hex 81 6 1B 0 5F 4F 31 15E 5B 1A
Octal 201 6 33 0 137 117 61 536 133 32
Binary 10000001 110 11011 0 1011111 1001111 110001 101011110 1011011 11010

Color Harmonies of #81061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81061B

Black with #81061B

Text Example


Text Example

White with #81061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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