Html Css Color HEX #870726 Burgundy

📋 copy color: '#870726'

red 135 ◦ green 7 ◦ blue 38

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

Shades of Burgundy #870726

Tints of Burgundy #870726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 75%
G = 3.89%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#870726 (or 0x870726) is known color: Burgundy. HEX triplet: 87, 07 and 26. RGB value is (135,7,38). Sum of RGB (Red+Green+Blue) = 135+7+38=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #870726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870726 is #78F8D9. Grayscale: #303030. Windows color (decimal): -7928026 or 2492295. OLE color: 2492295.

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

Color convert

RGB 135 7 38 -
CMYK 0 0.95 0.72 0.47
HSL 345.47º 0.9% 0.28% -
HSV(B) 345.47º 0.95% 0.53% -
XYZ 10.42 5.44 2.34 -
YUV 48.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 135 7 38 0 0.95 0.72 0.47 345.47 0.9 0.28
Hex 87 7 26 0 5F 48 2F 159 5A 1C
Octal 207 7 46 0 137 110 57 531 132 34
Binary 10000111 111 100110 0 1011111 1001000 101111 101011001 1011010 11100

Color Harmonies of #870726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870726

Black with #870726

Text Example


Text Example

White with #870726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870726; }

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

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

background-color css

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

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

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

border-color css

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

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

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