Html Css Color HEX #851020 Burgundy

📋 copy color: '#851020'

red 133 ◦ green 16 ◦ blue 32

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

Shades of Burgundy #851020

Tints of Burgundy #851020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 73.48%
G = 8.84%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#851020 (or 0x851020) is known color: Burgundy. HEX triplet: 85, 10 and 20. RGB value is (133,16,32). Sum of RGB (Red+Green+Blue) = 133+16+32=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #851020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851020 is #7AEFDF. Grayscale: #343434. Windows color (decimal): -8056800 or 2101381. OLE color: 2101381.

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

Color convert

RGB 133 16 32 -
CMYK 0 0.88 0.76 0.48
HSL 351.79º 0.79% 0.29% -
HSV(B) 351.79º 0.88% 0.52% -
XYZ 10.12 5.46 1.89 -
YUV 52.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 133 16 32 0 0.88 0.76 0.48 351.79 0.79 0.29
Hex 85 10 20 0 58 4C 30 160 4F 1D
Octal 205 20 40 0 130 114 60 540 117 35
Binary 10000101 10000 100000 0 1011000 1001100 110000 101100000 1001111 11101

Color Harmonies of #851020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851020

Black with #851020

Text Example


Text Example

White with #851020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851020; }

 p { color: rgb(133,16,32); }

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

background-color css

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

 a { background-color: rgb(133,16,32); }

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

border-color css

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

 span { border-color: rgb(133,16,32); }

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