Html Css Color HEX #700815 Burgundy

📋 copy color: '#700815'

red 112 ◦ green 8 ◦ blue 21

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

Shades of Burgundy #700815

Tints of Burgundy #700815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

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

R = 79.43%
G = 5.67%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#700815 (or 0x700815) is known color: Burgundy. HEX triplet: 70, 08 and 15. RGB value is (112,8,21). Sum of RGB (Red+Green+Blue) = 112+8+21=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #700815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700815 is #8FF7EA. Grayscale: #282828. Windows color (decimal): -9435115 or 1378416. OLE color: 1378416.

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

Color convert

RGB 112 8 21 -
CMYK 0 0.93 0.81 0.56
HSL 352.5º 0.87% 0.24% -
HSV(B) 352.5º 0.93% 0.44% -
XYZ 6.9 3.67 1.05 -
YUV 40.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 112 8 21 0 0.93 0.81 0.56 352.5 0.87 0.24
Hex 70 8 15 0 5D 51 38 160 57 18
Octal 160 10 25 0 135 121 70 540 127 30
Binary 1110000 1000 10101 0 1011101 1010001 111000 101100000 1010111 11000

Color Harmonies of #700815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700815

Black with #700815

Text Example


Text Example

White with #700815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700815; }

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

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

background-color css

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

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

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

border-color css

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

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

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