Html Css Color HEX #850419 Burgundy

📋 copy color: '#850419'

red 133 ◦ green 4 ◦ blue 25

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

Shades of Burgundy #850419

Tints of Burgundy #850419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 82.1%
G = 2.47%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#850419 (or 0x850419) is known color: Burgundy. HEX triplet: 85, 04 and 19. RGB value is (133,4,25). Sum of RGB (Red+Green+Blue) = 133+4+25=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850419 is #7AFBE6. Grayscale: #2D2D2D. Windows color (decimal): -8059879 or 1639557. OLE color: 1639557.

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

Color convert

RGB 133 4 25 -
CMYK 0 0.97 0.81 0.48
HSL 350.23º 0.94% 0.27% -
HSV(B) 350.23º 0.97% 0.52% -
XYZ 9.89 5.14 1.39 -
YUV 44.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 133 4 25 0 0.97 0.81 0.48 350.23 0.94 0.27
Hex 85 4 19 0 61 51 30 15E 5E 1B
Octal 205 4 31 0 141 121 60 536 136 33
Binary 10000101 100 11001 0 1100001 1010001 110000 101011110 1011110 11011

Color Harmonies of #850419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850419

Black with #850419

Text Example


Text Example

White with #850419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850419; }

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

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

background-color css

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

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

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

border-color css

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

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

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