Html Css Color HEX #85012E Burgundy

📋 copy color: '#85012E'

red 133 ◦ green 1 ◦ blue 46

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

Shades of Burgundy #85012E

Tints of Burgundy #85012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 73.89%
G = 0.56%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85012E (or 0x85012E) is known color: Burgundy. HEX triplet: 85, 01 and 2E. RGB value is (133,1,46). Sum of RGB (Red+Green+Blue) = 133+1+46=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85012E is #7AFED1. Grayscale: #2D2D2D. Windows color (decimal): -8060626 or 3015045. OLE color: 3015045.

HSL color Cylindrical-coordinate representation of color #85012E: hue angle of 339.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85012E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 46 -
CMYK 0 0.99 0.65 0.48
HSL 339.55º 0.99% 0.26% -
HSV(B) 339.55º 0.99% 0.52% -
XYZ 10.18 5.21 3.05 -
YUV 45.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 133 1 46 0 0.99 0.65 0.48 339.55 0.99 0.26
Hex 85 1 2E 0 63 41 30 154 63 1A
Octal 205 1 56 0 143 101 60 524 143 32
Binary 10000101 1 101110 0 1100011 1000001 110000 101010100 1100011 11010

Color Harmonies of #85012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85012E

Black with #85012E

Text Example


Text Example

White with #85012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85012E; }

 p { color: rgb(133,1,46); }

 H1.HeaderClassName
 {
   color: #85012E;
 }
 .AnyTagClassName
 {
   color: #85012E;
 }
</style>

background-color css

<style>
 a { background-color: #85012E; }

 a { background-color: rgb(133,1,46); }

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

border-color css

<style>
 span { border-color: #85012E; }

 span { border-color: rgb(133,1,46); }

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