Html Css Color HEX #700326 Burgundy

📋 copy color: '#700326'

red 112 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #700326

Tints of Burgundy #700326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 73.2%
G = 1.96%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#700326 (or 0x700326) is known color: Burgundy. HEX triplet: 70, 03 and 26. RGB value is (112,3,38). Sum of RGB (Red+Green+Blue) = 112+3+38=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700326 is #8FFCD9. Grayscale: #272727. Windows color (decimal): -9436378 or 2491248. OLE color: 2491248.

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

Color convert

RGB 112 3 38 -
CMYK 0 0.97 0.66 0.56
HSL 340.73º 0.95% 0.23% -
HSV(B) 340.73º 0.97% 0.44% -
XYZ 7.06 3.65 2.17 -
YUV 39.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 112 3 38 0 0.97 0.66 0.56 340.73 0.95 0.23
Hex 70 3 26 0 61 42 38 155 5F 17
Octal 160 3 46 0 141 102 70 525 137 27
Binary 1110000 11 100110 0 1100001 1000010 111000 101010101 1011111 10111

Color Harmonies of #700326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700326

Black with #700326

Text Example


Text Example

White with #700326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700326; }

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

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

background-color css

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

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

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

border-color css

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

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

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