Html Css Color HEX #85071C Burgundy

📋 copy color: '#85071C'

red 133 ◦ green 7 ◦ blue 28

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

Shades of Burgundy #85071C

Tints of Burgundy #85071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 79.17%
G = 4.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85071C (or 0x85071C) is known color: Burgundy. HEX triplet: 85, 07 and 1C. RGB value is (133,7,28). Sum of RGB (Red+Green+Blue) = 133+7+28=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85071C is #7AF8E3. Grayscale: #2F2F2F. Windows color (decimal): -8059108 or 1836933. OLE color: 1836933.

HSL color Cylindrical-coordinate representation of color #85071C: hue angle of 350º 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 #85071C is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 28 -
CMYK 0 0.95 0.79 0.48
HSL 350º 0.9% 0.27% -
HSV(B) 350º 0.95% 0.52% -
XYZ 9.96 5.22 1.58 -
YUV 47.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 133 7 28 0 0.95 0.79 0.48 350 0.9 0.27
Hex 85 7 1C 0 5F 4F 30 15E 5A 1B
Octal 205 7 34 0 137 117 60 536 132 33
Binary 10000101 111 11100 0 1011111 1001111 110000 101011110 1011010 11011

Color Harmonies of #85071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85071C

Black with #85071C

Text Example


Text Example

White with #85071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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