Html Css Color HEX #700411 Burgundy

📋 copy color: '#700411'

red 112 ◦ green 4 ◦ blue 17

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

Shades of Burgundy #700411

Tints of Burgundy #700411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 84.21%
G = 3.01%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#700411 (or 0x700411) is known color: Burgundy. HEX triplet: 70, 04 and 11. RGB value is (112,4,17). Sum of RGB (Red+Green+Blue) = 112+4+17=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #700411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700411 is #8FFBEE. Grayscale: #252525. Windows color (decimal): -9436143 or 1115248. OLE color: 1115248.

HSL color Cylindrical-coordinate representation of color #700411: hue angle of 352.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700411 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 17 -
CMYK 0 0.96 0.85 0.56
HSL 352.78º 0.93% 0.23% -
HSV(B) 352.78º 0.96% 0.44% -
XYZ 6.83 3.57 0.86 -
YUV 37.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 112 4 17 0 0.96 0.85 0.56 352.78 0.93 0.23
Hex 70 4 11 0 60 55 38 161 5D 17
Octal 160 4 21 0 140 125 70 541 135 27
Binary 1110000 100 10001 0 1100000 1010101 111000 101100001 1011101 10111

Color Harmonies of #700411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700411

Black with #700411

Text Example


Text Example

White with #700411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700411; }

 p { color: rgb(112,4,17); }

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

background-color css

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

 a { background-color: rgb(112,4,17); }

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

border-color css

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

 span { border-color: rgb(112,4,17); }

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