Html Css Color HEX #85101F Burgundy

📋 copy color: '#85101F'

red 133 ◦ green 16 ◦ blue 31

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

Shades of Burgundy #85101F

Tints of Burgundy #85101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 73.89%
G = 8.89%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85101F (or 0x85101F) is known color: Burgundy. HEX triplet: 85, 10 and 1F. RGB value is (133,16,31). Sum of RGB (Red+Green+Blue) = 133+16+31=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85101F is #7AEFE0. Grayscale: #343434. Windows color (decimal): -8056801 or 2035845. OLE color: 2035845.

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

Color convert

RGB 133 16 31 -
CMYK 0 0.88 0.77 0.48
HSL 352.31º 0.79% 0.29% -
HSV(B) 352.31º 0.88% 0.52% -
XYZ 10.11 5.46 1.82 -
YUV 52.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 133 16 31 0 0.88 0.77 0.48 352.31 0.79 0.29
Hex 85 10 1F 0 58 4D 30 160 4F 1D
Octal 205 20 37 0 130 115 60 540 117 35
Binary 10000101 10000 11111 0 1011000 1001101 110000 101100000 1001111 11101

Color Harmonies of #85101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85101F

Black with #85101F

Text Example


Text Example

White with #85101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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