#85102F

Color #85102F Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #85102F

Tints of Burgundy #85102F

Color information

#85102F (or 0x85102F) is unknown color: approx Burgundy. HEX triplet: 85, 10 and 2F. RGB value is (133,16,47). Sum of RGB (Red+Green+Blue) = 133+16+47=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85102F is #7AEFD0. Grayscale: #363636. Windows color (decimal): -8056785 or 3084421. OLE color: 3084421.

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

Color convert

RGB1331647-
CMYK00.880.650.48
HSL344.1º78.52%29.22%-
HSV(B)344.1º87.97%52.16%-
XYZ10.375.563.22-
YUV54.52123.76183.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=67.86%
G=8.16%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133164700.880.650.48344.178.5229.22
Hex85102F05841301584f1d
Octal205205701301016053011735
Binary1000010110000101111010110001000001110000101011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85102F;
 }
 .AnyTagClassName
 {
   color: #85102F;
 }
</style>
background-color css

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

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

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

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

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

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