Html Css Color HEX #700A1C Burgundy

📋 copy color: '#700A1C'

red 112 ◦ green 10 ◦ blue 28

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

Shades of Burgundy #700A1C

Tints of Burgundy #700A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 74.67%
G = 6.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#700A1C (or 0x700A1C) is known color: Burgundy. HEX triplet: 70, 0A and 1C. RGB value is (112,10,28). Sum of RGB (Red+Green+Blue) = 112+10+28=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A1C is #8FF5E3. Grayscale: #2A2A2A. Windows color (decimal): -9434596 or 1837680. OLE color: 1837680.

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

Color convert

RGB 112 10 28 -
CMYK 0 0.91 0.75 0.56
HSL 349.41º 0.84% 0.24% -
HSV(B) 349.41º 0.91% 0.44% -
XYZ 7 3.75 1.45 -
YUV 42.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 112 10 28 0 0.91 0.75 0.56 349.41 0.84 0.24
Hex 70 A 1C 0 5B 4B 38 15D 54 18
Octal 160 12 34 0 133 113 70 535 124 30
Binary 1110000 1010 11100 0 1011011 1001011 111000 101011101 1010100 11000

Color Harmonies of #700A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A1C

Black with #700A1C

Text Example


Text Example

White with #700A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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