Html Css Color HEX #851027 Burgundy

📋 copy color: '#851027'

red 133 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #851027

Tints of Burgundy #851027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 70.74%
G = 8.51%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#851027 (or 0x851027) is known color: Burgundy. HEX triplet: 85, 10 and 27. RGB value is (133,16,39). Sum of RGB (Red+Green+Blue) = 133+16+39=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #851027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851027 is #7AEFD8. Grayscale: #353535. Windows color (decimal): -8056793 or 2560133. OLE color: 2560133.

HSL color Cylindrical-coordinate representation of color #851027: hue angle of 348.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851027 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 39 -
CMYK 0 0.88 0.71 0.48
HSL 348.21º 0.79% 0.29% -
HSV(B) 348.21º 0.88% 0.52% -
XYZ 10.22 5.5 2.44 -
YUV 53.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 133 16 39 0 0.88 0.71 0.48 348.21 0.79 0.29
Hex 85 10 27 0 58 47 30 15C 4F 1D
Octal 205 20 47 0 130 107 60 534 117 35
Binary 10000101 10000 100111 0 1011000 1000111 110000 101011100 1001111 11101

Color Harmonies of #851027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851027

Black with #851027

Text Example


Text Example

White with #851027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851027; }

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

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

background-color css

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

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

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

border-color css

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

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

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