Html Css Color HEX #85101E Burgundy

📋 copy color: '#85101E'

red 133 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #85101E

Tints of Burgundy #85101E

RGB

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

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

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

R = 74.3%
G = 8.94%
B = 16.76%

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

#85101E (or 0x85101E) is known color: Burgundy. HEX triplet: 85, 10 and 1E. RGB value is (133,16,30). Sum of RGB (Red+Green+Blue) = 133+16+30=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #85101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85101E is #7AEFE1. Grayscale: #343434. Windows color (decimal): -8056802 or 1970309. OLE color: 1970309.

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

Color convert

RGB 133 16 30 -
CMYK 0 0.88 0.77 0.48
HSL 352.82º 0.79% 0.29% -
HSV(B) 352.82º 0.88% 0.52% -
XYZ 10.09 5.45 1.75 -
YUV 52.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 133 16 30 0 0.88 0.77 0.48 352.82 0.79 0.29
Hex 85 10 1E 0 58 4D 30 161 4F 1D
Octal 205 20 36 0 130 115 60 541 117 35
Binary 10000101 10000 11110 0 1011000 1001101 110000 101100001 1001111 11101

Color Harmonies of #85101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85101E

Black with #85101E

Text Example


Text Example

White with #85101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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