Html Css Color HEX #70052B Burgundy

📋 copy color: '#70052B'

red 112 ◦ green 5 ◦ blue 43

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

Shades of Burgundy #70052B

Tints of Burgundy #70052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 70%
G = 3.13%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70052B (or 0x70052B) is known color: Burgundy. HEX triplet: 70, 05 and 2B. RGB value is (112,5,43). Sum of RGB (Red+Green+Blue) = 112+5+43=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70052B is #8FFAD4. Grayscale: #292929. Windows color (decimal): -9435861 or 2819440. OLE color: 2819440.

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

Color convert

RGB 112 5 43 -
CMYK 0 0.96 0.62 0.56
HSL 338.69º 0.91% 0.23% -
HSV(B) 338.69º 0.96% 0.44% -
XYZ 7.17 3.73 2.63 -
YUV 41.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 112 5 43 0 0.96 0.62 0.56 338.69 0.91 0.23
Hex 70 5 2B 0 60 3E 38 153 5B 17
Octal 160 5 53 0 140 76 70 523 133 27
Binary 1110000 101 101011 0 1100000 111110 111000 101010011 1011011 10111

Color Harmonies of #70052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70052B

Black with #70052B

Text Example


Text Example

White with #70052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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