Html Css Color HEX #700310 Burgundy

📋 copy color: '#700310'

red 112 ◦ green 3 ◦ blue 16

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

Shades of Burgundy #700310

Tints of Burgundy #700310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 85.5%
G = 2.29%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#700310 (or 0x700310) is known color: Burgundy. HEX triplet: 70, 03 and 10. RGB value is (112,3,16). Sum of RGB (Red+Green+Blue) = 112+3+16=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700310 is #8FFCEF. Grayscale: #252525. Windows color (decimal): -9436400 or 1049456. OLE color: 1049456.

HSL color Cylindrical-coordinate representation of color #700310: hue angle of 352.84º 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 #700310 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 16 -
CMYK 0 0.97 0.86 0.56
HSL 352.84º 0.95% 0.23% -
HSV(B) 352.84º 0.97% 0.44% -
XYZ 6.81 3.55 0.82 -
YUV 37.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 112 3 16 0 0.97 0.86 0.56 352.84 0.95 0.23
Hex 70 3 10 0 61 56 38 161 5F 17
Octal 160 3 20 0 141 126 70 541 137 27
Binary 1110000 11 10000 0 1100001 1010110 111000 101100001 1011111 10111

Color Harmonies of #700310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700310

Black with #700310

Text Example


Text Example

White with #700310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700310; }

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

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

background-color css

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

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

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

border-color css

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

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

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