Html Css Color HEX #700A1E Burgundy

📋 copy color: '#700A1E'

red 112 ◦ green 10 ◦ blue 30

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

Shades of Burgundy #700A1E

Tints of Burgundy #700A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.74%

R = 73.68%
G = 6.58%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#700A1E (or 0x700A1E) is known color: Burgundy. HEX triplet: 70, 0A and 1E. RGB value is (112,10,30). Sum of RGB (Red+Green+Blue) = 112+10+30=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A1E is #8FF5E1. Grayscale: #2A2A2A. Windows color (decimal): -9434594 or 1968752. OLE color: 1968752.

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

Color convert

RGB 112 10 30 -
CMYK 0 0.91 0.73 0.56
HSL 348.24º 0.84% 0.24% -
HSV(B) 348.24º 0.91% 0.44% -
XYZ 7.02 3.76 1.58 -
YUV 42.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 112 10 30 0 0.91 0.73 0.56 348.24 0.84 0.24
Hex 70 A 1E 0 5B 49 38 15C 54 18
Octal 160 12 36 0 133 111 70 534 124 30
Binary 1110000 1010 11110 0 1011011 1001001 111000 101011100 1010100 11000

Color Harmonies of #700A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A1E

Black with #700A1E

Text Example


Text Example

White with #700A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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