Html Css Color HEX #700517 Burgundy

📋 copy color: '#700517'

red 112 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #700517

Tints of Burgundy #700517

RGB

 RED value IS 112 (44.14% from 255) = 80%

 GREEN value IS 5 (2.34% from 255) = 3.57%

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 80%
G = 3.57%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#700517 (or 0x700517) is known color: Burgundy. HEX triplet: 70, 05 and 17. RGB value is (112,5,23). Sum of RGB (Red+Green+Blue) = 112+5+23=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #700517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700517 is #8FFAE8. Grayscale: #272727. Windows color (decimal): -9435881 or 1508720. OLE color: 1508720.

HSL color Cylindrical-coordinate representation of color #700517: hue angle of 349.91º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700517 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 23 -
CMYK 0 0.96 0.79 0.56
HSL 349.91º 0.91% 0.23% -
HSV(B) 349.91º 0.96% 0.44% -
XYZ 6.89 3.62 1.15 -
YUV 39.05 118.95 180.04 -
System Red Green Blue C M Y K H S L
Decimal 112 5 23 0 0.96 0.79 0.56 349.91 0.91 0.23
Hex 70 5 17 0 60 4F 38 15E 5B 17
Octal 160 5 27 0 140 117 70 536 133 27
Binary 1110000 101 10111 0 1100000 1001111 111000 101011110 1011011 10111

Color Harmonies of #700517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700517

Black with #700517

Text Example


Text Example

White with #700517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700517; }

 p { color: rgb(112,5,23); }

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

background-color css

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

 a { background-color: rgb(112,5,23); }

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

border-color css

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

 span { border-color: rgb(112,5,23); }

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