Html Css Color HEX #700215 Burgundy

📋 copy color: '#700215'

red 112 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #700215

Tints of Burgundy #700215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 82.96%
G = 1.48%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#700215 (or 0x700215) is known color: Burgundy. HEX triplet: 70, 02 and 15. RGB value is (112,2,21). Sum of RGB (Red+Green+Blue) = 112+2+21=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700215 is #8FFDEA. Grayscale: #252525. Windows color (decimal): -9436651 or 1376880. OLE color: 1376880.

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

Color convert

RGB 112 2 21 -
CMYK 0 0.98 0.81 0.56
HSL 349.64º 0.96% 0.22% -
HSV(B) 349.64º 0.98% 0.44% -
XYZ 6.84 3.54 1.03 -
YUV 37.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 112 2 21 0 0.98 0.81 0.56 349.64 0.96 0.22
Hex 70 2 15 0 62 51 38 15E 60 16
Octal 160 2 25 0 142 121 70 536 140 26
Binary 1110000 10 10101 0 1100010 1010001 111000 101011110 1100000 10110

Color Harmonies of #700215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700215

Black with #700215

Text Example


Text Example

White with #700215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700215; }

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

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

background-color css

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

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

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

border-color css

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

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

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