Html Css Color HEX #810B23 Burgundy

📋 copy color: '#810B23'

red 129 ◦ green 11 ◦ blue 35

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

Shades of Burgundy #810B23

Tints of Burgundy #810B23

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

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

R = 73.71%
G = 6.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#810B23 (or 0x810B23) is known color: Burgundy. HEX triplet: 81, 0B and 23. RGB value is (129,11,35). Sum of RGB (Red+Green+Blue) = 129+11+35=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #810B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B23 is #7EF4DC. Grayscale: #313131. Windows color (decimal): -8320221 or 2296705. OLE color: 2296705.

HSL color Cylindrical-coordinate representation of color #810B23: hue angle of 347.8º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B23 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 11 35 -
CMYK 0 0.91 0.73 0.49
HSL 347.8º 0.84% 0.27% -
HSV(B) 347.8º 0.91% 0.51% -
XYZ 9.48 5.03 2.06 -
YUV 49.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 129 11 35 0 0.91 0.73 0.49 347.8 0.84 0.27
Hex 81 B 23 0 5B 49 31 15C 54 1B
Octal 201 13 43 0 133 111 61 534 124 33
Binary 10000001 1011 100011 0 1011011 1001001 110001 101011100 1010100 11011

Color Harmonies of #810B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B23

Black with #810B23

Text Example


Text Example

White with #810B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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