Html Css Color HEX #700427 Burgundy

📋 copy color: '#700427'

red 112 ◦ green 4 ◦ blue 39

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

Shades of Burgundy #700427

Tints of Burgundy #700427

RGB

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

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

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

R = 72.26%
G = 2.58%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#700427 (or 0x700427) is known color: Burgundy. HEX triplet: 70, 04 and 27. RGB value is (112,4,39). Sum of RGB (Red+Green+Blue) = 112+4+39=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700427 is #8FFBD8. Grayscale: #282828. Windows color (decimal): -9436121 or 2557040. OLE color: 2557040.

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

Color convert

RGB 112 4 39 -
CMYK 0 0.96 0.65 0.56
HSL 340.56º 0.93% 0.23% -
HSV(B) 340.56º 0.96% 0.44% -
XYZ 7.09 3.68 2.26 -
YUV 40.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 112 4 39 0 0.96 0.65 0.56 340.56 0.93 0.23
Hex 70 4 27 0 60 41 38 155 5D 17
Octal 160 4 47 0 140 101 70 525 135 27
Binary 1110000 100 100111 0 1100000 1000001 111000 101010101 1011101 10111

Color Harmonies of #700427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700427

Black with #700427

Text Example


Text Example

White with #700427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700427; }

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

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

background-color css

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

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

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

border-color css

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

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

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