Html Css Color HEX #85071B Burgundy

📋 copy color: '#85071B'

red 133 ◦ green 7 ◦ blue 27

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

Shades of Burgundy #85071B

Tints of Burgundy #85071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 79.64%
G = 4.19%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85071B (or 0x85071B) is known color: Burgundy. HEX triplet: 85, 07 and 1B. RGB value is (133,7,27). Sum of RGB (Red+Green+Blue) = 133+7+27=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85071B is #7AF8E4. Grayscale: #2F2F2F. Windows color (decimal): -8059109 or 1771397. OLE color: 1771397.

HSL color Cylindrical-coordinate representation of color #85071B: hue angle of 350.48º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85071B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 27 -
CMYK 0 0.95 0.80 0.48
HSL 350.48º 0.9% 0.27% -
HSV(B) 350.48º 0.95% 0.52% -
XYZ 9.95 5.22 1.52 -
YUV 46.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 133 7 27 0 0.95 0.80 0.48 350.48 0.9 0.27
Hex 85 7 1B 0 5F 50 30 15E 5A 1B
Octal 205 7 33 0 137 120 60 536 132 33
Binary 10000101 111 11011 0 1011111 1010000 110000 101011110 1011010 11011

Color Harmonies of #85071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85071B

Black with #85071B

Text Example


Text Example

White with #85071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85071B; }

 p { color: rgb(133,7,27); }

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

background-color css

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

 a { background-color: rgb(133,7,27); }

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

border-color css

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

 span { border-color: rgb(133,7,27); }

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