Html Css Color HEX #700629 Burgundy

📋 copy color: '#700629'

red 112 ◦ green 6 ◦ blue 41

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

Shades of Burgundy #700629

Tints of Burgundy #700629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 70.44%
G = 3.77%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#700629 (or 0x700629) is known color: Burgundy. HEX triplet: 70, 06 and 29. RGB value is (112,6,41). Sum of RGB (Red+Green+Blue) = 112+6+41=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #700629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700629 is #8FF9D6. Grayscale: #292929. Windows color (decimal): -9435607 or 2688624. OLE color: 2688624.

HSL color Cylindrical-coordinate representation of color #700629: hue angle of 340.19º 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 #700629 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 41 -
CMYK 0 0.95 0.63 0.56
HSL 340.19º 0.9% 0.23% -
HSV(B) 340.19º 0.95% 0.44% -
XYZ 7.15 3.74 2.44 -
YUV 41.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 112 6 41 0 0.95 0.63 0.56 340.19 0.9 0.23
Hex 70 6 29 0 5F 3F 38 154 5A 17
Octal 160 6 51 0 137 77 70 524 132 27
Binary 1110000 110 101001 0 1011111 111111 111000 101010100 1011010 10111

Color Harmonies of #700629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700629

Black with #700629

Text Example


Text Example

White with #700629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700629; }

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

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

background-color css

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

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

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

border-color css

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

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

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