Html Css Color HEX #81012B Burgundy

📋 copy color: '#81012B'

red 129 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #81012B

Tints of Burgundy #81012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 74.57%
G = 0.58%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#81012B (or 0x81012B) is known color: Burgundy. HEX triplet: 81, 01 and 2B. RGB value is (129,1,43). Sum of RGB (Red+Green+Blue) = 129+1+43=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81012B is #7EFED4. Grayscale: #2C2C2C. Windows color (decimal): -8322773 or 2818433. OLE color: 2818433.

HSL color Cylindrical-coordinate representation of color #81012B: hue angle of 340.31º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81012B is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 43 -
CMYK 0 0.99 0.67 0.49
HSL 340.31º 0.98% 0.25% -
HSV(B) 340.31º 0.99% 0.51% -
XYZ 9.5 4.86 2.72 -
YUV 44.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 129 1 43 0 0.99 0.67 0.49 340.31 0.98 0.25
Hex 81 1 2B 0 63 43 31 154 62 19
Octal 201 1 53 0 143 103 61 524 142 31
Binary 10000001 1 101011 0 1100011 1000011 110001 101010100 1100010 11001

Color Harmonies of #81012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81012B

Black with #81012B

Text Example


Text Example

White with #81012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,1,43); }

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

background-color css

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

 a { background-color: rgb(129,1,43); }

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

border-color css

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

 span { border-color: rgb(129,1,43); }

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