Html Css Color HEX #700A1B Burgundy

📋 copy color: '#700A1B'

red 112 ◦ green 10 ◦ blue 27

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

Shades of Burgundy #700A1B

Tints of Burgundy #700A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.12%

R = 75.17%
G = 6.71%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#700A1B (or 0x700A1B) is known color: Burgundy. HEX triplet: 70, 0A and 1B. RGB value is (112,10,27). Sum of RGB (Red+Green+Blue) = 112+10+27=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #700A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A1B is #8FF5E4. Grayscale: #2A2A2A. Windows color (decimal): -9434597 or 1772144. OLE color: 1772144.

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

Color convert

RGB 112 10 27 -
CMYK 0 0.91 0.76 0.56
HSL 350º 0.84% 0.24% -
HSV(B) 350º 0.91% 0.44% -
XYZ 6.99 3.74 1.39 -
YUV 42.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 112 10 27 0 0.91 0.76 0.56 350 0.84 0.24
Hex 70 A 1B 0 5B 4C 38 15E 54 18
Octal 160 12 33 0 133 114 70 536 124 30
Binary 1110000 1010 11011 0 1011011 1001100 111000 101011110 1010100 11000

Color Harmonies of #700A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A1B

Black with #700A1B

Text Example


Text Example

White with #700A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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