Html Css Color HEX #70040A Burgundy

📋 copy color: '#70040A'

red 112 ◦ green 4 ◦ blue 10

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

Shades of Burgundy #70040A

Tints of Burgundy #70040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.17%

 BLUE value IS 10 (4.3% from 255) = 7.94%

R = 88.89%
G = 3.17%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70040A (or 0x70040A) is known color: Burgundy. HEX triplet: 70, 04 and 0A. RGB value is (112,4,10). Sum of RGB (Red+Green+Blue) = 112+4+10=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #70040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70040A is #8FFBF5. Grayscale: #252525. Windows color (decimal): -9436150 or 656496. OLE color: 656496.

HSL color Cylindrical-coordinate representation of color #70040A: hue angle of 356.67º degrees, saturation: 0.93, 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 #70040A is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 10 -
CMYK 0 0.96 0.91 0.56
HSL 356.67º 0.93% 0.23% -
HSV(B) 356.67º 0.96% 0.44% -
XYZ 6.78 3.55 0.62 -
YUV 36.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 112 4 10 0 0.96 0.91 0.56 356.67 0.93 0.23
Hex 70 4 A 0 60 5B 38 165 5D 17
Octal 160 4 12 0 140 133 70 545 135 27
Binary 1110000 100 1010 0 1100000 1011011 111000 101100101 1011101 10111

Color Harmonies of #70040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70040A

Black with #70040A

Text Example


Text Example

White with #70040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,4,10); }

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

background-color css

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

 a { background-color: rgb(112,4,10); }

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

border-color css

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

 span { border-color: rgb(112,4,10); }

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