Html Css Color HEX #700A0D Burgundy

📋 copy color: '#700A0D'

red 112 ◦ green 10 ◦ blue 13

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

Shades of Burgundy #700A0D

Tints of Burgundy #700A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 82.96%
G = 7.41%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#700A0D (or 0x700A0D) is known color: Burgundy. HEX triplet: 70, 0A and 0D. RGB value is (112,10,13). Sum of RGB (Red+Green+Blue) = 112+10+13=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700A0D is #8FF5F2. Grayscale: #282828. Windows color (decimal): -9434611 or 854640. OLE color: 854640.

HSL color Cylindrical-coordinate representation of color #700A0D: hue angle of 358.24º 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 #700A0D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 13 -
CMYK 0 0.91 0.88 0.56
HSL 358.24º 0.84% 0.24% -
HSV(B) 358.24º 0.91% 0.44% -
XYZ 6.86 3.69 0.73 -
YUV 40.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 112 10 13 0 0.91 0.88 0.56 358.24 0.84 0.24
Hex 70 A D 0 5B 58 38 166 54 18
Octal 160 12 15 0 133 130 70 546 124 30
Binary 1110000 1010 1101 0 1011011 1011000 111000 101100110 1010100 11000

Color Harmonies of #700A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A0D

Black with #700A0D

Text Example


Text Example

White with #700A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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