Html Css Color HEX #810223 Burgundy

📋 copy color: '#810223'

red 129 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #810223

Tints of Burgundy #810223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 77.71%
G = 1.2%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#810223 (or 0x810223) is known color: Burgundy. HEX triplet: 81, 02 and 23. RGB value is (129,2,35). Sum of RGB (Red+Green+Blue) = 129+2+35=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #810223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810223 is #7EFDDC. Grayscale: #2B2B2B. Windows color (decimal): -8322525 or 2294401. OLE color: 2294401.

HSL color Cylindrical-coordinate representation of color #810223: hue angle of 344.41º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810223 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 35 -
CMYK 0 0.98 0.73 0.49
HSL 344.41º 0.97% 0.26% -
HSV(B) 344.41º 0.98% 0.51% -
XYZ 9.38 4.83 2.03 -
YUV 43.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 129 2 35 0 0.98 0.73 0.49 344.41 0.97 0.26
Hex 81 2 23 0 62 49 31 158 61 1A
Octal 201 2 43 0 142 111 61 530 141 32
Binary 10000001 10 100011 0 1100010 1001001 110001 101011000 1100001 11010

Color Harmonies of #810223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810223

Black with #810223

Text Example


Text Example

White with #810223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810223; }

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

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

background-color css

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

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

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

border-color css

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

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

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