Html Css Color HEX #870138 Burgundy

📋 copy color: '#870138'

red 135 ◦ green 1 ◦ blue 56

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

Shades of Burgundy #870138

Tints of Burgundy #870138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.17%

R = 70.31%
G = 0.52%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#870138 (or 0x870138) is known color: Burgundy. HEX triplet: 87, 01 and 38. RGB value is (135,1,56). Sum of RGB (Red+Green+Blue) = 135+1+56=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870138 is #78FEC7. Grayscale: #2F2F2F. Windows color (decimal): -7929544 or 3670407. OLE color: 3670407.

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

Color convert

RGB 135 1 56 -
CMYK 0 0.99 0.59 0.47
HSL 335.37º 0.99% 0.27% -
HSV(B) 335.37º 0.99% 0.53% -
XYZ 10.72 5.46 4.23 -
YUV 47.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 135 1 56 0 0.99 0.59 0.47 335.37 0.99 0.27
Hex 87 1 38 0 63 3B 2F 14F 63 1B
Octal 207 1 70 0 143 73 57 517 143 33
Binary 10000111 1 111000 0 1100011 111011 101111 101001111 1100011 11011

Color Harmonies of #870138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870138

Black with #870138

Text Example


Text Example

White with #870138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870138; }

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

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

background-color css

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

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

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

border-color css

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

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

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