Html Css Color HEX #700A1D Burgundy

📋 copy color: '#700A1D'

red 112 ◦ green 10 ◦ blue 29

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

Shades of Burgundy #700A1D

Tints of Burgundy #700A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 74.17%
G = 6.62%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#700A1D (or 0x700A1D) is known color: Burgundy. HEX triplet: 70, 0A and 1D. RGB value is (112,10,29). Sum of RGB (Red+Green+Blue) = 112+10+29=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A1D is #8FF5E2. Grayscale: #2A2A2A. Windows color (decimal): -9434595 or 1903216. OLE color: 1903216.

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

Color convert

RGB 112 10 29 -
CMYK 0 0.91 0.74 0.56
HSL 348.82º 0.84% 0.24% -
HSV(B) 348.82º 0.91% 0.44% -
XYZ 7.01 3.75 1.52 -
YUV 42.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 112 10 29 0 0.91 0.74 0.56 348.82 0.84 0.24
Hex 70 A 1D 0 5B 4A 38 15D 54 18
Octal 160 12 35 0 133 112 70 535 124 30
Binary 1110000 1010 11101 0 1011011 1001010 111000 101011101 1010100 11000

Color Harmonies of #700A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A1D

Black with #700A1D

Text Example


Text Example

White with #700A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A1D; }

 p { color: rgb(112,10,29); }

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

background-color css

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

 a { background-color: rgb(112,10,29); }

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

border-color css

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

 span { border-color: rgb(112,10,29); }

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