Html Css Color HEX #85061A Burgundy

📋 copy color: '#85061A'

red 133 ◦ green 6 ◦ blue 26

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

Shades of Burgundy #85061A

Tints of Burgundy #85061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

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

R = 80.61%
G = 3.64%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85061A (or 0x85061A) is known color: Burgundy. HEX triplet: 85, 06 and 1A. RGB value is (133,6,26). Sum of RGB (Red+Green+Blue) = 133+6+26=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #85061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85061A is #7AF9E5. Grayscale: #2E2E2E. Windows color (decimal): -8059366 or 1705605. OLE color: 1705605.

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

Color convert

RGB 133 6 26 -
CMYK 0 0.95 0.80 0.48
HSL 350.55º 0.91% 0.27% -
HSV(B) 350.55º 0.95% 0.52% -
XYZ 9.92 5.19 1.46 -
YUV 46.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 133 6 26 0 0.95 0.80 0.48 350.55 0.91 0.27
Hex 85 6 1A 0 5F 50 30 15F 5B 1B
Octal 205 6 32 0 137 120 60 537 133 33
Binary 10000101 110 11010 0 1011111 1010000 110000 101011111 1011011 11011

Color Harmonies of #85061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85061A

Black with #85061A

Text Example


Text Example

White with #85061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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