Html Css Color HEX #85101A Burgundy

📋 copy color: '#85101A'

red 133 ◦ green 16 ◦ blue 26

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

Shades of Burgundy #85101A

Tints of Burgundy #85101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 76%
G = 9.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85101A (or 0x85101A) is known color: Burgundy. HEX triplet: 85, 10 and 1A. RGB value is (133,16,26). Sum of RGB (Red+Green+Blue) = 133+16+26=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #85101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85101A is #7AEFE5. Grayscale: #343434. Windows color (decimal): -8056806 or 1708165. OLE color: 1708165.

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

Color convert

RGB 133 16 26 -
CMYK 0 0.88 0.80 0.48
HSL 354.87º 0.79% 0.29% -
HSV(B) 354.87º 0.88% 0.52% -
XYZ 10.04 5.43 1.5 -
YUV 52.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 133 16 26 0 0.88 0.80 0.48 354.87 0.79 0.29
Hex 85 10 1A 0 58 50 30 163 4F 1D
Octal 205 20 32 0 130 120 60 543 117 35
Binary 10000101 10000 11010 0 1011000 1010000 110000 101100011 1001111 11101

Color Harmonies of #85101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85101A

Black with #85101A

Text Example


Text Example

White with #85101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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