Html Css Color HEX #700915 Burgundy

📋 copy color: '#700915'

red 112 ◦ green 9 ◦ blue 21

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

Shades of Burgundy #700915

Tints of Burgundy #700915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

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

R = 78.87%
G = 6.34%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#700915 (or 0x700915) is known color: Burgundy. HEX triplet: 70, 09 and 15. RGB value is (112,9,21). Sum of RGB (Red+Green+Blue) = 112+9+21=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #700915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700915 is #8FF6EA. Grayscale: #292929. Windows color (decimal): -9434859 or 1378672. OLE color: 1378672.

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

Color convert

RGB 112 9 21 -
CMYK 0 0.92 0.81 0.56
HSL 353.01º 0.85% 0.24% -
HSV(B) 353.01º 0.92% 0.44% -
XYZ 6.92 3.69 1.06 -
YUV 41.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 112 9 21 0 0.92 0.81 0.56 353.01 0.85 0.24
Hex 70 9 15 0 5C 51 38 161 55 18
Octal 160 11 25 0 134 121 70 541 125 30
Binary 1110000 1001 10101 0 1011100 1010001 111000 101100001 1010101 11000

Color Harmonies of #700915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700915

Black with #700915

Text Example


Text Example

White with #700915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700915; }

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

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

background-color css

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

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

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

border-color css

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

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

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