Html Css Color HEX #700327 Burgundy

📋 copy color: '#700327'

red 112 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #700327

Tints of Burgundy #700327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 72.73%
G = 1.95%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#700327 (or 0x700327) is known color: Burgundy. HEX triplet: 70, 03 and 27. RGB value is (112,3,39). Sum of RGB (Red+Green+Blue) = 112+3+39=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700327 is #8FFCD8. Grayscale: #272727. Windows color (decimal): -9436377 or 2556784. OLE color: 2556784.

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

Color convert

RGB 112 3 39 -
CMYK 0 0.97 0.65 0.56
HSL 340.18º 0.95% 0.23% -
HSV(B) 340.18º 0.97% 0.44% -
XYZ 7.08 3.66 2.25 -
YUV 39.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 112 3 39 0 0.97 0.65 0.56 340.18 0.95 0.23
Hex 70 3 27 0 61 41 38 154 5F 17
Octal 160 3 47 0 141 101 70 524 137 27
Binary 1110000 11 100111 0 1100001 1000001 111000 101010100 1011111 10111

Color Harmonies of #700327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700327

Black with #700327

Text Example


Text Example

White with #700327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700327; }

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

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

background-color css

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

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

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

border-color css

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

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

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