Html Css Color HEX #70032A Burgundy

📋 copy color: '#70032A'

red 112 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #70032A

Tints of Burgundy #70032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 71.34%
G = 1.91%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70032A (or 0x70032A) is known color: Burgundy. HEX triplet: 70, 03 and 2A. RGB value is (112,3,42). Sum of RGB (Red+Green+Blue) = 112+3+42=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70032A is #8FFCD5. Grayscale: #272727. Windows color (decimal): -9436374 or 2753392. OLE color: 2753392.

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

Color convert

RGB 112 3 42 -
CMYK 0 0.97 0.62 0.56
HSL 338.53º 0.95% 0.23% -
HSV(B) 338.53º 0.97% 0.44% -
XYZ 7.13 3.68 2.52 -
YUV 40.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 112 3 42 0 0.97 0.62 0.56 338.53 0.95 0.23
Hex 70 3 2A 0 61 3E 38 153 5F 17
Octal 160 3 52 0 141 76 70 523 137 27
Binary 1110000 11 101010 0 1100001 111110 111000 101010011 1011111 10111

Color Harmonies of #70032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70032A

Black with #70032A

Text Example


Text Example

White with #70032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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