Html Css Color HEX #700317 Burgundy

📋 copy color: '#700317'

red 112 ◦ green 3 ◦ blue 23

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

Shades of Burgundy #700317

Tints of Burgundy #700317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 81.16%
G = 2.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#700317 (or 0x700317) is known color: Burgundy. HEX triplet: 70, 03 and 17. RGB value is (112,3,23). Sum of RGB (Red+Green+Blue) = 112+3+23=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700317 is #8FFCE8. Grayscale: #252525. Windows color (decimal): -9436393 or 1508208. OLE color: 1508208.

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

Color convert

RGB 112 3 23 -
CMYK 0 0.97 0.79 0.56
HSL 348.99º 0.95% 0.23% -
HSV(B) 348.99º 0.97% 0.44% -
XYZ 6.87 3.57 1.14 -
YUV 37.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 112 3 23 0 0.97 0.79 0.56 348.99 0.95 0.23
Hex 70 3 17 0 61 4F 38 15D 5F 17
Octal 160 3 27 0 141 117 70 535 137 27
Binary 1110000 11 10111 0 1100001 1001111 111000 101011101 1011111 10111

Color Harmonies of #700317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700317

Black with #700317

Text Example


Text Example

White with #700317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700317; }

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

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

background-color css

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

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

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

border-color css

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

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

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