Html Css Color HEX #85051E Burgundy

📋 copy color: '#85051E'

red 133 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #85051E

Tints of Burgundy #85051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 79.17%
G = 2.98%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85051E (or 0x85051E) is known color: Burgundy. HEX triplet: 85, 05 and 1E. RGB value is (133,5,30). Sum of RGB (Red+Green+Blue) = 133+5+30=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85051E is #7AFAE1. Grayscale: #2E2E2E. Windows color (decimal): -8059618 or 1967493. OLE color: 1967493.

HSL color Cylindrical-coordinate representation of color #85051E: hue angle of 348.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85051E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 30 -
CMYK 0 0.96 0.77 0.48
HSL 348.28º 0.93% 0.27% -
HSV(B) 348.28º 0.96% 0.52% -
XYZ 9.96 5.19 1.7 -
YUV 46.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 133 5 30 0 0.96 0.77 0.48 348.28 0.93 0.27
Hex 85 5 1E 0 60 4D 30 15C 5D 1B
Octal 205 5 36 0 140 115 60 534 135 33
Binary 10000101 101 11110 0 1100000 1001101 110000 101011100 1011101 11011

Color Harmonies of #85051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85051E

Black with #85051E

Text Example


Text Example

White with #85051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85051E; }

 p { color: rgb(133,5,30); }

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

background-color css

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

 a { background-color: rgb(133,5,30); }

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

border-color css

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

 span { border-color: rgb(133,5,30); }

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