Html Css Color HEX #700328 Burgundy

📋 copy color: '#700328'

red 112 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #700328

Tints of Burgundy #700328

RGB

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

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

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

R = 72.26%
G = 1.94%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#700328 (or 0x700328) is known color: Burgundy. HEX triplet: 70, 03 and 28. RGB value is (112,3,40). Sum of RGB (Red+Green+Blue) = 112+3+40=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700328 is #8FFCD7. Grayscale: #272727. Windows color (decimal): -9436376 or 2622320. OLE color: 2622320.

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

Color convert

RGB 112 3 40 -
CMYK 0 0.97 0.64 0.56
HSL 339.63º 0.95% 0.23% -
HSV(B) 339.63º 0.97% 0.44% -
XYZ 7.1 3.66 2.34 -
YUV 39.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 112 3 40 0 0.97 0.64 0.56 339.63 0.95 0.23
Hex 70 3 28 0 61 40 38 154 5F 17
Octal 160 3 50 0 141 100 70 524 137 27
Binary 1110000 11 101000 0 1100001 1000000 111000 101010100 1011111 10111

Color Harmonies of #700328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700328

Black with #700328

Text Example


Text Example

White with #700328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700328; }

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

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

background-color css

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

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

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

border-color css

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

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

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