Html Css Color HEX #85102F Burgundy

📋 copy color: '#85102F'

red 133 ◦ green 16 ◦ blue 47

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

Shades of Burgundy #85102F

Tints of Burgundy #85102F

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 value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85102F (or 0x85102F) is known color: 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

RGB 133 16 47 -
CMYK 0 0.88 0.65 0.48
HSL 344.1º 0.79% 0.29% -
HSV(B) 344.1º 0.88% 0.52% -
XYZ 10.37 5.56 3.22 -
YUV 54.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 133 16 47 0 0.88 0.65 0.48 344.1 0.79 0.29
Hex 85 10 2F 0 58 41 30 158 4F 1D
Octal 205 20 57 0 130 101 60 530 117 35
Binary 10000101 10000 101111 0 1011000 1000001 110000 101011000 1001111 11101

Color Harmonies of #85102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85102F

Black with #85102F

Text Example


Text Example

White with #85102F

Text Example


Text Example

HTML Codes & Css Web 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>