Html Css Color HEX #870826 Burgundy

📋 copy color: '#870826'

red 135 ◦ green 8 ◦ blue 38

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

Shades of Burgundy #870826

Tints of Burgundy #870826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.99%

R = 74.59%
G = 4.42%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#870826 (or 0x870826) is known color: Burgundy. HEX triplet: 87, 08 and 26. RGB value is (135,8,38). Sum of RGB (Red+Green+Blue) = 135+8+38=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #870826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870826 is #78F7D9. Grayscale: #313131. Windows color (decimal): -7927770 or 2492551. OLE color: 2492551.

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

Color convert

RGB 135 8 38 -
CMYK 0 0.94 0.72 0.47
HSL 345.83º 0.89% 0.28% -
HSV(B) 345.83º 0.94% 0.53% -
XYZ 10.43 5.46 2.34 -
YUV 49.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 135 8 38 0 0.94 0.72 0.47 345.83 0.89 0.28
Hex 87 8 26 0 5E 48 2F 15A 59 1C
Octal 207 10 46 0 136 110 57 532 131 34
Binary 10000111 1000 100110 0 1011110 1001000 101111 101011010 1011001 11100

Color Harmonies of #870826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870826

Black with #870826

Text Example


Text Example

White with #870826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870826; }

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

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

background-color css

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

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

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

border-color css

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

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

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