Html Css Color HEX #851219 Burgundy

📋 copy color: '#851219'

red 133 ◦ green 18 ◦ blue 25

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

Shades of Burgundy #851219

Tints of Burgundy #851219

RGB

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

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

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

R = 75.57%
G = 10.23%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#851219 (or 0x851219) is known color: Burgundy. HEX triplet: 85, 12 and 19. RGB value is (133,18,25). Sum of RGB (Red+Green+Blue) = 133+18+25=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #851219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851219 is #7AEDE6. Grayscale: #353535. Windows color (decimal): -8056295 or 1643141. OLE color: 1643141.

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

Color convert

RGB 133 18 25 -
CMYK 0 0.86 0.81 0.48
HSL 356.35º 0.76% 0.3% -
HSV(B) 356.35º 0.86% 0.52% -
XYZ 10.06 5.49 1.45 -
YUV 53.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 133 18 25 0 0.86 0.81 0.48 356.35 0.76 0.3
Hex 85 12 19 0 56 51 30 164 4C 1E
Octal 205 22 31 0 126 121 60 544 114 36
Binary 10000101 10010 11001 0 1010110 1010001 110000 101100100 1001100 11110

Color Harmonies of #851219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851219

Black with #851219

Text Example


Text Example

White with #851219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851219; }

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

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

background-color css

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

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

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

border-color css

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

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

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