Html Css Color HEX #851419 Burgundy

📋 copy color: '#851419'

red 133 ◦ green 20 ◦ blue 25

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

Shades of Burgundy #851419

Tints of Burgundy #851419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 74.72%
G = 11.24%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#851419 (or 0x851419) is known color: Burgundy. HEX triplet: 85, 14 and 19. RGB value is (133,20,25). Sum of RGB (Red+Green+Blue) = 133+20+25=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #851419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851419 is #7AEBE6. Grayscale: #363636. Windows color (decimal): -8055783 or 1643653. OLE color: 1643653.

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

Color convert

RGB 133 20 25 -
CMYK 0 0.85 0.81 0.48
HSL 357.35º 0.74% 0.3% -
HSV(B) 357.35º 0.85% 0.52% -
XYZ 10.1 5.56 1.46 -
YUV 54.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 133 20 25 0 0.85 0.81 0.48 357.35 0.74 0.3
Hex 85 14 19 0 55 51 30 165 4A 1E
Octal 205 24 31 0 125 121 60 545 112 36
Binary 10000101 10100 11001 0 1010101 1010001 110000 101100101 1001010 11110

Color Harmonies of #851419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851419

Black with #851419

Text Example


Text Example

White with #851419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851419; }

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

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

background-color css

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

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

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

border-color css

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

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

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