Html Css Color HEX #70072A Burgundy

📋 copy color: '#70072A'

red 112 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #70072A

Tints of Burgundy #70072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 69.57%
G = 4.35%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70072A (or 0x70072A) is known color: Burgundy. HEX triplet: 70, 07 and 2A. RGB value is (112,7,42). Sum of RGB (Red+Green+Blue) = 112+7+42=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70072A is #8FF8D5. Grayscale: #2A2A2A. Windows color (decimal): -9435350 or 2754416. OLE color: 2754416.

HSL color Cylindrical-coordinate representation of color #70072A: hue angle of 340º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70072A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 7 42 -
CMYK 0 0.94 0.62 0.56
HSL 340º 0.88% 0.23% -
HSV(B) 340º 0.94% 0.44% -
XYZ 7.18 3.76 2.54 -
YUV 42.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 112 7 42 0 0.94 0.62 0.56 340 0.88 0.23
Hex 70 7 2A 0 5E 3E 38 154 58 17
Octal 160 7 52 0 136 76 70 524 130 27
Binary 1110000 111 101010 0 1011110 111110 111000 101010100 1011000 10111

Color Harmonies of #70072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70072A

Black with #70072A

Text Example


Text Example

White with #70072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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