Html Css Color HEX #700827 Burgundy

📋 copy color: '#700827'

red 112 ◦ green 8 ◦ blue 39

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

Shades of Burgundy #700827

Tints of Burgundy #700827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 70.44%
G = 5.03%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#700827 (or 0x700827) is known color: Burgundy. HEX triplet: 70, 08 and 27. RGB value is (112,8,39). Sum of RGB (Red+Green+Blue) = 112+8+39=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #700827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700827 is #8FF7D8. Grayscale: #2A2A2A. Windows color (decimal): -9435097 or 2558064. OLE color: 2558064.

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

Color convert

RGB 112 8 39 -
CMYK 0 0.93 0.65 0.56
HSL 342.12º 0.87% 0.24% -
HSV(B) 342.12º 0.93% 0.44% -
XYZ 7.14 3.76 2.27 -
YUV 42.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 112 8 39 0 0.93 0.65 0.56 342.12 0.87 0.24
Hex 70 8 27 0 5D 41 38 156 57 18
Octal 160 10 47 0 135 101 70 526 127 30
Binary 1110000 1000 100111 0 1011101 1000001 111000 101010110 1010111 11000

Color Harmonies of #700827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700827

Black with #700827

Text Example


Text Example

White with #700827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700827; }

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

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

background-color css

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

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

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

border-color css

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

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

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