Html Css Color HEX #85131A Burgundy

📋 copy color: '#85131A'

red 133 ◦ green 19 ◦ blue 26

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

Shades of Burgundy #85131A

Tints of Burgundy #85131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 74.72%
G = 10.67%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85131A (or 0x85131A) is known color: Burgundy. HEX triplet: 85, 13 and 1A. RGB value is (133,19,26). Sum of RGB (Red+Green+Blue) = 133+19+26=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85131A is #7AECE5. Grayscale: #353535. Windows color (decimal): -8056038 or 1708933. OLE color: 1708933.

HSL color Cylindrical-coordinate representation of color #85131A: hue angle of 356.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85131A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 26 -
CMYK 0 0.86 0.80 0.48
HSL 356.32º 0.75% 0.3% -
HSV(B) 356.32º 0.86% 0.52% -
XYZ 10.09 5.53 1.51 -
YUV 53.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 133 19 26 0 0.86 0.80 0.48 356.32 0.75 0.3
Hex 85 13 1A 0 56 50 30 164 4B 1E
Octal 205 23 32 0 126 120 60 544 113 36
Binary 10000101 10011 11010 0 1010110 1010000 110000 101100100 1001011 11110

Color Harmonies of #85131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85131A

Black with #85131A

Text Example


Text Example

White with #85131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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