Html Css Color HEX #70032C Burgundy

📋 copy color: '#70032C'

red 112 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #70032C

Tints of Burgundy #70032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 70.44%
G = 1.89%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70032C (or 0x70032C) is known color: Burgundy. HEX triplet: 70, 03 and 2C. RGB value is (112,3,44). Sum of RGB (Red+Green+Blue) = 112+3+44=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70032C is #8FFCD3. Grayscale: #282828. Windows color (decimal): -9436372 or 2884464. OLE color: 2884464.

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

Color convert

RGB 112 3 44 -
CMYK 0 0.97 0.61 0.56
HSL 337.43º 0.95% 0.23% -
HSV(B) 337.43º 0.97% 0.44% -
XYZ 7.17 3.69 2.72 -
YUV 40.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 112 3 44 0 0.97 0.61 0.56 337.43 0.95 0.23
Hex 70 3 2C 0 61 3D 38 151 5F 17
Octal 160 3 54 0 141 75 70 521 137 27
Binary 1110000 11 101100 0 1100001 111101 111000 101010001 1011111 10111

Color Harmonies of #70032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70032C

Black with #70032C

Text Example


Text Example

White with #70032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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