Html Css Color HEX #851119 Burgundy

📋 copy color: '#851119'

red 133 ◦ green 17 ◦ blue 25

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

Shades of Burgundy #851119

Tints of Burgundy #851119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 76%
G = 9.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#851119 (or 0x851119) is known color: Burgundy. HEX triplet: 85, 11 and 19. RGB value is (133,17,25). Sum of RGB (Red+Green+Blue) = 133+17+25=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #851119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851119 is #7AEEE6. Grayscale: #343434. Windows color (decimal): -8056551 or 1642885. OLE color: 1642885.

HSL color Cylindrical-coordinate representation of color #851119: hue angle of 355.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851119 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 25 -
CMYK 0 0.87 0.81 0.48
HSL 355.86º 0.77% 0.29% -
HSV(B) 355.86º 0.87% 0.52% -
XYZ 10.05 5.46 1.44 -
YUV 52.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 133 17 25 0 0.87 0.81 0.48 355.86 0.77 0.29
Hex 85 11 19 0 57 51 30 164 4D 1D
Octal 205 21 31 0 127 121 60 544 115 35
Binary 10000101 10001 11001 0 1010111 1010001 110000 101100100 1001101 11101

Color Harmonies of #851119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851119

Black with #851119

Text Example


Text Example

White with #851119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851119; }

 p { color: rgb(133,17,25); }

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

background-color css

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

 a { background-color: rgb(133,17,25); }

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

border-color css

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

 span { border-color: rgb(133,17,25); }

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