Html Css Color HEX #870938 Burgundy

📋 copy color: '#870938'

red 135 ◦ green 9 ◦ blue 56

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

Shades of Burgundy #870938

Tints of Burgundy #870938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

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

R = 67.5%
G = 4.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#870938 (or 0x870938) is known color: Burgundy. HEX triplet: 87, 09 and 38. RGB value is (135,9,56). Sum of RGB (Red+Green+Blue) = 135+9+56=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #870938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870938 is #78F6C7. Grayscale: #333333. Windows color (decimal): -7927496 or 3672455. OLE color: 3672455.

HSL color Cylindrical-coordinate representation of color #870938: hue angle of 337.62º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870938 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 56 -
CMYK 0 0.93 0.59 0.47
HSL 337.62º 0.88% 0.28% -
HSV(B) 337.62º 0.93% 0.53% -
XYZ 10.8 5.63 4.26 -
YUV 52.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 135 9 56 0 0.93 0.59 0.47 337.62 0.88 0.28
Hex 87 9 38 0 5D 3B 2F 152 58 1C
Octal 207 11 70 0 135 73 57 522 130 34
Binary 10000111 1001 111000 0 1011101 111011 101111 101010010 1011000 11100

Color Harmonies of #870938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870938

Black with #870938

Text Example


Text Example

White with #870938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870938; }

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

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

background-color css

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

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

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

border-color css

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

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

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