Html Css Color HEX #870036 Burgundy

📋 copy color: '#870036'

red 135 ◦ green 0 ◦ blue 54

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

Shades of Burgundy #870036

Tints of Burgundy #870036

RGB

 RED value IS 135 (53.13% from 255) = 71.43%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 28.57%

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#870036 (or 0x870036) is known color: Burgundy. HEX triplet: 87, 00 and 36. RGB value is (135,0,54). Sum of RGB (Red+Green+Blue) = 135+0+54=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870036 is #78FFC9. Grayscale: #2E2E2E. Windows color (decimal): -7929802 or 3539079. OLE color: 3539079.

HSL color Cylindrical-coordinate representation of color #870036: hue angle of 336º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870036 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 54 -
CMYK 0 1 0.60 0.47
HSL 336º 1% 0.26% -
HSV(B) 336º 1% 0.53% -
XYZ 10.66 5.42 3.97 -
YUV 46.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 135 0 54 0 1 0.60 0.47 336 1 0.26
Hex 87 0 36 0 64 3C 2F 150 64 1A
Octal 207 0 66 0 144 74 57 520 144 32
Binary 10000111 0 110110 0 1100100 111100 101111 101010000 1100100 11010

Color Harmonies of #870036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870036

Black with #870036

Text Example


Text Example

White with #870036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870036; }

 p { color: rgb(135,0,54); }

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

background-color css

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

 a { background-color: rgb(135,0,54); }

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

border-color css

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

 span { border-color: rgb(135,0,54); }

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