Html Css Color HEX #87001B Burgundy

📋 copy color: '#87001B'

red 135 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #87001B

Tints of Burgundy #87001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#87001B (or 0x87001B) is known color: Burgundy. HEX triplet: 87, 00 and 1B. RGB value is (135,0,27). Sum of RGB (Red+Green+Blue) = 135+0+27=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #87001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87001B is #78FFE4. Grayscale: #2B2B2B. Windows color (decimal): -7929829 or 1769607. OLE color: 1769607.

HSL color Cylindrical-coordinate representation of color #87001B: hue angle of 348º 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 #87001B is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 27 -
CMYK 0 1 0.8 0.47
HSL 348º 1% 0.26% -
HSV(B) 348º 1% 0.53% -
XYZ 10.19 5.23 1.51 -
YUV 43.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 135 0 27 0 1 0.8 0.47 348 1 0.26
Hex 87 0 1B 0 64 50 2F 15C 64 1A
Octal 207 0 33 0 144 120 57 534 144 32
Binary 10000111 0 11011 0 1100100 1010000 101111 101011100 1100100 11010

Color Harmonies of #87001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87001B

Black with #87001B

Text Example


Text Example

White with #87001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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