Html Css Color HEX #700108 Burgundy

📋 copy color: '#700108'

red 112 ◦ green 1 ◦ blue 8

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

Shades of Burgundy #700108

Tints of Burgundy #700108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 92.56%
G = 0.83%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#700108 (or 0x700108) is known color: Burgundy. HEX triplet: 70, 01 and 08. RGB value is (112,1,8). Sum of RGB (Red+Green+Blue) = 112+1+8=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700108 is #8FFEF7. Grayscale: #232323. Windows color (decimal): -9436920 or 524656. OLE color: 524656.

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

Color convert

RGB 112 1 8 -
CMYK 0 0.99 0.93 0.56
HSL 356.22º 0.98% 0.22% -
HSV(B) 356.22º 0.99% 0.44% -
XYZ 6.74 3.48 0.55 -
YUV 34.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 112 1 8 0 0.99 0.93 0.56 356.22 0.98 0.22
Hex 70 1 8 0 63 5D 38 164 62 16
Octal 160 1 10 0 143 135 70 544 142 26
Binary 1110000 1 1000 0 1100011 1011101 111000 101100100 1100010 10110

Color Harmonies of #700108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700108

Black with #700108

Text Example


Text Example

White with #700108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700108; }

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

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

background-color css

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

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

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

border-color css

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

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

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