Html Css Color HEX #700528 Burgundy

📋 copy color: '#700528'

red 112 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #700528

Tints of Burgundy #700528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 71.34%
G = 3.18%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#700528 (or 0x700528) is known color: Burgundy. HEX triplet: 70, 05 and 28. RGB value is (112,5,40). Sum of RGB (Red+Green+Blue) = 112+5+40=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #700528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700528 is #8FFAD7. Grayscale: #282828. Windows color (decimal): -9435864 or 2622832. OLE color: 2622832.

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

Color convert

RGB 112 5 40 -
CMYK 0 0.96 0.64 0.56
HSL 340.37º 0.91% 0.23% -
HSV(B) 340.37º 0.96% 0.44% -
XYZ 7.12 3.71 2.35 -
YUV 40.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 112 5 40 0 0.96 0.64 0.56 340.37 0.91 0.23
Hex 70 5 28 0 60 40 38 154 5B 17
Octal 160 5 50 0 140 100 70 524 133 27
Binary 1110000 101 101000 0 1100000 1000000 111000 101010100 1011011 10111

Color Harmonies of #700528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700528

Black with #700528

Text Example


Text Example

White with #700528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700528; }

 p { color: rgb(112,5,40); }

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

background-color css

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

 a { background-color: rgb(112,5,40); }

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

border-color css

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

 span { border-color: rgb(112,5,40); }

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