Html Css Color HEX #700015 Burgundy

📋 copy color: '#700015'

red 112 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #700015

Tints of Burgundy #700015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.21%
G = 0%
B = 15.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#700015 (or 0x700015) is known color: Burgundy. HEX triplet: 70, 00 and 15. RGB value is (112,0,21). Sum of RGB (Red+Green+Blue) = 112+0+21=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #700015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700015 is #8FFFEA. Grayscale: #232323. Windows color (decimal): -9437163 or 1376368. OLE color: 1376368.

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

Color convert

RGB 112 0 21 -
CMYK 0 1 0.81 0.56
HSL 348.75º 1% 0.22% -
HSV(B) 348.75º 1% 0.44% -
XYZ 6.82 3.5 1.03 -
YUV 35.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 112 0 21 0 1 0.81 0.56 348.75 1 0.22
Hex 70 0 15 0 64 51 38 15D 64 16
Octal 160 0 25 0 144 121 70 535 144 26
Binary 1110000 0 10101 0 1100100 1010001 111000 101011101 1100100 10110

Color Harmonies of #700015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700015

Black with #700015

Text Example


Text Example

White with #700015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700015; }

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

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

background-color css

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

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

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

border-color css

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

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

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