Html Css Color HEX #700408 Burgundy

📋 copy color: '#700408'

red 112 ◦ green 4 ◦ blue 8

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

Shades of Burgundy #700408

Tints of Burgundy #700408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.45%

R = 90.32%
G = 3.23%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#700408 (or 0x700408) is known color: Burgundy. HEX triplet: 70, 04 and 08. RGB value is (112,4,8). Sum of RGB (Red+Green+Blue) = 112+4+8=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700408 is #8FFBF7. Grayscale: #242424. Windows color (decimal): -9436152 or 525424. OLE color: 525424.

HSL color Cylindrical-coordinate representation of color #700408: hue angle of 357.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 #700408 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 8 -
CMYK 0 0.96 0.93 0.56
HSL 357.78º 0.93% 0.23% -
HSV(B) 357.78º 0.96% 0.44% -
XYZ 6.77 3.55 0.56 -
YUV 36.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 112 4 8 0 0.96 0.93 0.56 357.78 0.93 0.23
Hex 70 4 8 0 60 5D 38 166 5D 17
Octal 160 4 10 0 140 135 70 546 135 27
Binary 1110000 100 1000 0 1100000 1011101 111000 101100110 1011101 10111

Color Harmonies of #700408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700408

Black with #700408

Text Example


Text Example

White with #700408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700408; }

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

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

background-color css

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

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

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

border-color css

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

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

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