Html Css Color HEX #700610 Burgundy

📋 copy color: '#700610'

red 112 ◦ green 6 ◦ blue 16

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

Shades of Burgundy #700610

Tints of Burgundy #700610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.48%

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

R = 83.58%
G = 4.48%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#700610 (or 0x700610) is known color: Burgundy. HEX triplet: 70, 06 and 10. RGB value is (112,6,16). Sum of RGB (Red+Green+Blue) = 112+6+16=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700610 is #8FF9EF. Grayscale: #262626. Windows color (decimal): -9435632 or 1050224. OLE color: 1050224.

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

Color convert

RGB 112 6 16 -
CMYK 0 0.95 0.86 0.56
HSL 354.34º 0.9% 0.23% -
HSV(B) 354.34º 0.95% 0.44% -
XYZ 6.84 3.61 0.83 -
YUV 38.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 112 6 16 0 0.95 0.86 0.56 354.34 0.9 0.23
Hex 70 6 10 0 5F 56 38 162 5A 17
Octal 160 6 20 0 137 126 70 542 132 27
Binary 1110000 110 10000 0 1011111 1010110 111000 101100010 1011010 10111

Color Harmonies of #700610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700610

Black with #700610

Text Example


Text Example

White with #700610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700610; }

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

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

background-color css

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

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

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

border-color css

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

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

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