Html Css Color HEX #870128 Burgundy

📋 copy color: '#870128'

red 135 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #870128

Tints of Burgundy #870128

RGB

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

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

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

R = 76.7%
G = 0.57%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870128 (or 0x870128) is known color: Burgundy. HEX triplet: 87, 01 and 28. RGB value is (135,1,40). Sum of RGB (Red+Green+Blue) = 135+1+40=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870128 is #78FED7. Grayscale: #2D2D2D. Windows color (decimal): -7929560 or 2621831. OLE color: 2621831.

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

Color convert

RGB 135 1 40 -
CMYK 0 0.99 0.70 0.47
HSL 342.54º 0.99% 0.27% -
HSV(B) 342.54º 0.99% 0.53% -
XYZ 10.39 5.33 2.49 -
YUV 45.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 135 1 40 0 0.99 0.70 0.47 342.54 0.99 0.27
Hex 87 1 28 0 63 46 2F 157 63 1B
Octal 207 1 50 0 143 106 57 527 143 33
Binary 10000111 1 101000 0 1100011 1000110 101111 101010111 1100011 11011

Color Harmonies of #870128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870128

Black with #870128

Text Example


Text Example

White with #870128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870128; }

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

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

background-color css

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

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

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

border-color css

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

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

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