Html Css Color HEX #811223 Burgundy

📋 copy color: '#811223'

red 129 ◦ green 18 ◦ blue 35

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

Shades of Burgundy #811223

Tints of Burgundy #811223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.23%

R = 70.88%
G = 9.89%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#811223 (or 0x811223) is known color: Burgundy. HEX triplet: 81, 12 and 23. RGB value is (129,18,35). Sum of RGB (Red+Green+Blue) = 129+18+35=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #811223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811223 is #7EEDDC. Grayscale: #353535. Windows color (decimal): -8318429 or 2298497. OLE color: 2298497.

HSL color Cylindrical-coordinate representation of color #811223: hue angle of 350.81º 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 #811223 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 35 -
CMYK 0 0.86 0.73 0.49
HSL 350.81º 0.76% 0.29% -
HSV(B) 350.81º 0.86% 0.51% -
XYZ 9.57 5.22 2.09 -
YUV 53.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 129 18 35 0 0.86 0.73 0.49 350.81 0.76 0.29
Hex 81 12 23 0 56 49 31 15F 4C 1D
Octal 201 22 43 0 126 111 61 537 114 35
Binary 10000001 10010 100011 0 1010110 1001001 110001 101011111 1001100 11101

Color Harmonies of #811223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811223

Black with #811223

Text Example


Text Example

White with #811223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811223; }

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

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

background-color css

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

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

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

border-color css

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

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

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