Html Css Color HEX #870838 Burgundy

📋 copy color: '#870838'

red 135 ◦ green 8 ◦ blue 56

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

Shades of Burgundy #870838

Tints of Burgundy #870838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

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

R = 67.84%
G = 4.02%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#870838 (or 0x870838) is known color: Burgundy. HEX triplet: 87, 08 and 38. RGB value is (135,8,56). Sum of RGB (Red+Green+Blue) = 135+8+56=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #870838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870838 is #78F7C7. Grayscale: #333333. Windows color (decimal): -7927752 or 3672199. OLE color: 3672199.

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

Color convert

RGB 135 8 56 -
CMYK 0 0.94 0.59 0.47
HSL 337.32º 0.89% 0.28% -
HSV(B) 337.32º 0.94% 0.53% -
XYZ 10.79 5.61 4.26 -
YUV 51.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 135 8 56 0 0.94 0.59 0.47 337.32 0.89 0.28
Hex 87 8 38 0 5E 3B 2F 151 59 1C
Octal 207 10 70 0 136 73 57 521 131 34
Binary 10000111 1000 111000 0 1011110 111011 101111 101010001 1011001 11100

Color Harmonies of #870838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870838

Black with #870838

Text Example


Text Example

White with #870838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870838; }

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

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

background-color css

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

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

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

border-color css

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

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

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