Html Css Color HEX #850128 Burgundy

📋 copy color: '#850128'

red 133 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #850128

Tints of Burgundy #850128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 76.44%
G = 0.57%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#850128 (or 0x850128) is known color: Burgundy. HEX triplet: 85, 01 and 28. RGB value is (133,1,40). Sum of RGB (Red+Green+Blue) = 133+1+40=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #850128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850128 is #7AFED7. Grayscale: #2C2C2C. Windows color (decimal): -8060632 or 2621829. OLE color: 2621829.

HSL color Cylindrical-coordinate representation of color #850128: hue angle of 342.27º 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 #850128 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 40 -
CMYK 0 0.99 0.70 0.48
HSL 342.27º 0.99% 0.26% -
HSV(B) 342.27º 0.99% 0.52% -
XYZ 10.07 5.16 2.47 -
YUV 44.91 125.23 190.83 -
System Red Green Blue C M Y K H S L
Decimal 133 1 40 0 0.99 0.70 0.48 342.27 0.99 0.26
Hex 85 1 28 0 63 46 30 156 63 1A
Octal 205 1 50 0 143 106 60 526 143 32
Binary 10000101 1 101000 0 1100011 1000110 110000 101010110 1100011 11010

Color Harmonies of #850128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850128

Black with #850128

Text Example


Text Example

White with #850128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850128; }

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

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

background-color css

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

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

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

border-color css

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

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

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