Html Css Color HEX #700615 Burgundy

📋 copy color: '#700615'

red 112 ◦ green 6 ◦ blue 21

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

Shades of Burgundy #700615

Tints of Burgundy #700615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 80.58%
G = 4.32%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#700615 (or 0x700615) is known color: Burgundy. HEX triplet: 70, 06 and 15. RGB value is (112,6,21). Sum of RGB (Red+Green+Blue) = 112+6+21=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #700615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700615 is #8FF9EA. Grayscale: #272727. Windows color (decimal): -9435627 or 1377904. OLE color: 1377904.

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

Color convert

RGB 112 6 21 -
CMYK 0 0.95 0.81 0.56
HSL 351.51º 0.9% 0.23% -
HSV(B) 351.51º 0.95% 0.44% -
XYZ 6.88 3.63 1.05 -
YUV 39.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 112 6 21 0 0.95 0.81 0.56 351.51 0.9 0.23
Hex 70 6 15 0 5F 51 38 160 5A 17
Octal 160 6 25 0 137 121 70 540 132 27
Binary 1110000 110 10101 0 1011111 1010001 111000 101100000 1011010 10111

Color Harmonies of #700615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700615

Black with #700615

Text Example


Text Example

White with #700615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700615; }

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

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

background-color css

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

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

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

border-color css

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

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

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