Html Css Color HEX #85102C Burgundy

📋 copy color: '#85102C'

red 133 ◦ green 16 ◦ blue 44

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

Shades of Burgundy #85102C

Tints of Burgundy #85102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 68.91%
G = 8.29%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85102C (or 0x85102C) is known color: Burgundy. HEX triplet: 85, 10 and 2C. RGB value is (133,16,44). Sum of RGB (Red+Green+Blue) = 133+16+44=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85102C is #7AEFD3. Grayscale: #363636. Windows color (decimal): -8056788 or 2887813. OLE color: 2887813.

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

Color convert

RGB 133 16 44 -
CMYK 0 0.88 0.67 0.48
HSL 345.64º 0.79% 0.29% -
HSV(B) 345.64º 0.88% 0.52% -
XYZ 10.31 5.54 2.91 -
YUV 54.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 133 16 44 0 0.88 0.67 0.48 345.64 0.79 0.29
Hex 85 10 2C 0 58 43 30 15A 4F 1D
Octal 205 20 54 0 130 103 60 532 117 35
Binary 10000101 10000 101100 0 1011000 1000011 110000 101011010 1001111 11101

Color Harmonies of #85102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85102C

Black with #85102C

Text Example


Text Example

White with #85102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85102C;
 }
 .AnyTagClassName
 {
   color: #85102C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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