Html Css Color HEX #700612 Burgundy

📋 copy color: '#700612'

red 112 ◦ green 6 ◦ blue 18

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

Shades of Burgundy #700612

Tints of Burgundy #700612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 82.35%
G = 4.41%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#700612 (or 0x700612) is known color: Burgundy. HEX triplet: 70, 06 and 12. RGB value is (112,6,18). Sum of RGB (Red+Green+Blue) = 112+6+18=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700612 is #8FF9ED. Grayscale: #272727. Windows color (decimal): -9435630 or 1181296. OLE color: 1181296.

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

Color convert

RGB 112 6 18 -
CMYK 0 0.95 0.84 0.56
HSL 353.21º 0.9% 0.23% -
HSV(B) 353.21º 0.95% 0.44% -
XYZ 6.86 3.62 0.91 -
YUV 39.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 112 6 18 0 0.95 0.84 0.56 353.21 0.9 0.23
Hex 70 6 12 0 5F 54 38 161 5A 17
Octal 160 6 22 0 137 124 70 541 132 27
Binary 1110000 110 10010 0 1011111 1010100 111000 101100001 1011010 10111

Color Harmonies of #700612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700612

Black with #700612

Text Example


Text Example

White with #700612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700612; }

 p { color: rgb(112,6,18); }

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

background-color css

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

 a { background-color: rgb(112,6,18); }

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

border-color css

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

 span { border-color: rgb(112,6,18); }

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