Html Css Color HEX #850127 Burgundy

📋 copy color: '#850127'

red 133 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #850127

Tints of Burgundy #850127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 76.88%
G = 0.58%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#850127 (or 0x850127) is known color: Burgundy. HEX triplet: 85, 01 and 27. RGB value is (133,1,39). Sum of RGB (Red+Green+Blue) = 133+1+39=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #850127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850127 is #7AFED8. Grayscale: #2C2C2C. Windows color (decimal): -8060633 or 2556293. OLE color: 2556293.

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

Color convert

RGB 133 1 39 -
CMYK 0 0.99 0.71 0.48
HSL 342.73º 0.99% 0.26% -
HSV(B) 342.73º 0.99% 0.52% -
XYZ 10.05 5.15 2.38 -
YUV 44.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 133 1 39 0 0.99 0.71 0.48 342.73 0.99 0.26
Hex 85 1 27 0 63 47 30 157 63 1A
Octal 205 1 47 0 143 107 60 527 143 32
Binary 10000101 1 100111 0 1100011 1000111 110000 101010111 1100011 11010

Color Harmonies of #850127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850127

Black with #850127

Text Example


Text Example

White with #850127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850127; }

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

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

background-color css

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

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

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

border-color css

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

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

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