Html Css Color HEX #700512 Burgundy

📋 copy color: '#700512'

red 112 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #700512

Tints of Burgundy #700512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 82.96%
G = 3.7%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#700512 (or 0x700512) is known color: Burgundy. HEX triplet: 70, 05 and 12. RGB value is (112,5,18). Sum of RGB (Red+Green+Blue) = 112+5+18=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700512 is #8FFAED. Grayscale: #262626. Windows color (decimal): -9435886 or 1181040. OLE color: 1181040.

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

Color convert

RGB 112 5 18 -
CMYK 0 0.96 0.84 0.56
HSL 352.71º 0.91% 0.23% -
HSV(B) 352.71º 0.96% 0.44% -
XYZ 6.85 3.6 0.91 -
YUV 38.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 112 5 18 0 0.96 0.84 0.56 352.71 0.91 0.23
Hex 70 5 12 0 60 54 38 161 5B 17
Octal 160 5 22 0 140 124 70 541 133 27
Binary 1110000 101 10010 0 1100000 1010100 111000 101100001 1011011 10111

Color Harmonies of #700512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700512

Black with #700512

Text Example


Text Example

White with #700512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700512; }

 p { color: rgb(112,5,18); }

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

background-color css

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

 a { background-color: rgb(112,5,18); }

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

border-color css

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

 span { border-color: rgb(112,5,18); }

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