Html Css Color HEX #70091A Burgundy

📋 copy color: '#70091A'

red 112 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #70091A

Tints of Burgundy #70091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 26 (10.55% from 255) = 17.69%

R = 76.19%
G = 6.12%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70091A (or 0x70091A) is known color: Burgundy. HEX triplet: 70, 09 and 1A. RGB value is (112,9,26). Sum of RGB (Red+Green+Blue) = 112+9+26=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70091A is #8FF6E5. Grayscale: #292929. Windows color (decimal): -9434854 or 1706352. OLE color: 1706352.

HSL color Cylindrical-coordinate representation of color #70091A: hue angle of 350.1º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70091A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 26 -
CMYK 0 0.92 0.77 0.56
HSL 350.1º 0.85% 0.24% -
HSV(B) 350.1º 0.92% 0.44% -
XYZ 6.97 3.71 1.33 -
YUV 41.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 112 9 26 0 0.92 0.77 0.56 350.1 0.85 0.24
Hex 70 9 1A 0 5C 4D 38 15E 55 18
Octal 160 11 32 0 134 115 70 536 125 30
Binary 1110000 1001 11010 0 1011100 1001101 111000 101011110 1010101 11000

Color Harmonies of #70091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70091A

Black with #70091A

Text Example


Text Example

White with #70091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,9,26); }

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

background-color css

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

 a { background-color: rgb(112,9,26); }

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

border-color css

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

 span { border-color: rgb(112,9,26); }

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