Html Css Color HEX #81121B Burgundy

📋 copy color: '#81121B'

red 129 ◦ green 18 ◦ blue 27

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

Shades of Burgundy #81121B

Tints of Burgundy #81121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

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

R = 74.14%
G = 10.34%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81121B (or 0x81121B) is known color: Burgundy. HEX triplet: 81, 12 and 1B. RGB value is (129,18,27). Sum of RGB (Red+Green+Blue) = 129+18+27=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81121B is #7EEDE4. Grayscale: #343434. Windows color (decimal): -8318437 or 1774209. OLE color: 1774209.

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

Color convert

RGB 129 18 27 -
CMYK 0 0.86 0.79 0.49
HSL 355.14º 0.76% 0.29% -
HSV(B) 355.14º 0.86% 0.51% -
XYZ 9.47 5.18 1.54 -
YUV 52.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 129 18 27 0 0.86 0.79 0.49 355.14 0.76 0.29
Hex 81 12 1B 0 56 4F 31 163 4C 1D
Octal 201 22 33 0 126 117 61 543 114 35
Binary 10000001 10010 11011 0 1010110 1001111 110001 101100011 1001100 11101

Color Harmonies of #81121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81121B

Black with #81121B

Text Example


Text Example

White with #81121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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