Html Css Color HEX #850B24 Burgundy

📋 copy color: '#850B24'

red 133 ◦ green 11 ◦ blue 36

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

Shades of Burgundy #850B24

Tints of Burgundy #850B24

RGB

 RED value IS 133 (52.34% from 255) = 73.89%

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

 BLUE value IS 36 (14.45% from 255) = 20%

R = 73.89%
G = 6.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#850B24 (or 0x850B24) is known color: Burgundy. HEX triplet: 85, 0B and 24. RGB value is (133,11,36). Sum of RGB (Red+Green+Blue) = 133+11+36=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #850B24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B24 is #7AF4DB. Grayscale: #323232. Windows color (decimal): -8058076 or 2362245. OLE color: 2362245.

HSL color Cylindrical-coordinate representation of color #850B24: hue angle of 347.7º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B24 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 11 36 -
CMYK 0 0.92 0.73 0.48
HSL 347.7º 0.85% 0.28% -
HSV(B) 347.7º 0.92% 0.52% -
XYZ 10.11 5.35 2.17 -
YUV 50.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 133 11 36 0 0.92 0.73 0.48 347.7 0.85 0.28
Hex 85 B 24 0 5C 49 30 15C 55 1C
Octal 205 13 44 0 134 111 60 534 125 34
Binary 10000101 1011 100100 0 1011100 1001001 110000 101011100 1010101 11100

Color Harmonies of #850B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B24

Black with #850B24

Text Example


Text Example

White with #850B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850B24; }

 p { color: rgb(133,11,36); }

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

background-color css

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

 a { background-color: rgb(133,11,36); }

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

border-color css

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

 span { border-color: rgb(133,11,36); }

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