Html Css Color HEX #85072F Burgundy

📋 copy color: '#85072F'

red 133 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #85072F

Tints of Burgundy #85072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 71.12%
G = 3.74%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85072F (or 0x85072F) is known color: Burgundy. HEX triplet: 85, 07 and 2F. RGB value is (133,7,47). Sum of RGB (Red+Green+Blue) = 133+7+47=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #85072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85072F is #7AF8D0. Grayscale: #313131. Windows color (decimal): -8059089 or 3082117. OLE color: 3082117.

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

Color convert

RGB 133 7 47 -
CMYK 0 0.95 0.65 0.48
HSL 340.95º 0.9% 0.27% -
HSV(B) 340.95º 0.95% 0.52% -
XYZ 10.26 5.34 3.18 -
YUV 49.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 133 7 47 0 0.95 0.65 0.48 340.95 0.9 0.27
Hex 85 7 2F 0 5F 41 30 155 5A 1B
Octal 205 7 57 0 137 101 60 525 132 33
Binary 10000101 111 101111 0 1011111 1000001 110000 101010101 1011010 11011

Color Harmonies of #85072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85072F

Black with #85072F

Text Example


Text Example

White with #85072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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