Html Css Color HEX #700527 Burgundy

📋 copy color: '#700527'

red 112 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #700527

Tints of Burgundy #700527

RGB

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

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

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

R = 71.79%
G = 3.21%
B = 25%

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

#700527 (or 0x700527) is known color: Burgundy. HEX triplet: 70, 05 and 27. RGB value is (112,5,39). Sum of RGB (Red+Green+Blue) = 112+5+39=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #700527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700527 is #8FFAD8. Grayscale: #282828. Windows color (decimal): -9435865 or 2557296. OLE color: 2557296.

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

Color convert

RGB 112 5 39 -
CMYK 0 0.96 0.65 0.56
HSL 340.93º 0.91% 0.23% -
HSV(B) 340.93º 0.96% 0.44% -
XYZ 7.1 3.7 2.26 -
YUV 40.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 112 5 39 0 0.96 0.65 0.56 340.93 0.91 0.23
Hex 70 5 27 0 60 41 38 155 5B 17
Octal 160 5 47 0 140 101 70 525 133 27
Binary 1110000 101 100111 0 1100000 1000001 111000 101010101 1011011 10111

Color Harmonies of #700527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700527

Black with #700527

Text Example


Text Example

White with #700527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700527; }

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

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

background-color css

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

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

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

border-color css

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

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

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