Html Css Color HEX #85101D Burgundy

📋 copy color: '#85101D'

red 133 ◦ green 16 ◦ blue 29

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

Shades of Burgundy #85101D

Tints of Burgundy #85101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 74.72%
G = 8.99%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85101D (or 0x85101D) is known color: Burgundy. HEX triplet: 85, 10 and 1D. RGB value is (133,16,29). Sum of RGB (Red+Green+Blue) = 133+16+29=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85101D is #7AEFE2. Grayscale: #343434. Windows color (decimal): -8056803 or 1904773. OLE color: 1904773.

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

Color convert

RGB 133 16 29 -
CMYK 0 0.88 0.78 0.48
HSL 353.33º 0.79% 0.29% -
HSV(B) 353.33º 0.88% 0.52% -
XYZ 10.08 5.45 1.68 -
YUV 52.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 133 16 29 0 0.88 0.78 0.48 353.33 0.79 0.29
Hex 85 10 1D 0 58 4E 30 161 4F 1D
Octal 205 20 35 0 130 116 60 541 117 35
Binary 10000101 10000 11101 0 1011000 1001110 110000 101100001 1001111 11101

Color Harmonies of #85101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85101D

Black with #85101D

Text Example


Text Example

White with #85101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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