Html Css Color HEX #70052C Burgundy

📋 copy color: '#70052C'

red 112 ◦ green 5 ◦ blue 44

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

Shades of Burgundy #70052C

Tints of Burgundy #70052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 69.57%
G = 3.11%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70052C (or 0x70052C) is known color: Burgundy. HEX triplet: 70, 05 and 2C. RGB value is (112,5,44). Sum of RGB (Red+Green+Blue) = 112+5+44=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70052C is #8FFAD3. Grayscale: #292929. Windows color (decimal): -9435860 or 2884976. OLE color: 2884976.

HSL color Cylindrical-coordinate representation of color #70052C: hue angle of 338.13º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70052C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 44 -
CMYK 0 0.96 0.61 0.56
HSL 338.13º 0.91% 0.23% -
HSV(B) 338.13º 0.96% 0.44% -
XYZ 7.19 3.74 2.72 -
YUV 41.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 112 5 44 0 0.96 0.61 0.56 338.13 0.91 0.23
Hex 70 5 2C 0 60 3D 38 152 5B 17
Octal 160 5 54 0 140 75 70 522 133 27
Binary 1110000 101 101100 0 1100000 111101 111000 101010010 1011011 10111

Color Harmonies of #70052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70052C

Black with #70052C

Text Example


Text Example

White with #70052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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