Html Css Color HEX #70091F Burgundy

📋 copy color: '#70091F'

red 112 ◦ green 9 ◦ blue 31

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

Shades of Burgundy #70091F

Tints of Burgundy #70091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 73.68%
G = 5.92%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70091F (or 0x70091F) is known color: Burgundy. HEX triplet: 70, 09 and 1F. RGB value is (112,9,31). Sum of RGB (Red+Green+Blue) = 112+9+31=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #70091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70091F is #8FF6E0. Grayscale: #2A2A2A. Windows color (decimal): -9434849 or 2034032. OLE color: 2034032.

HSL color Cylindrical-coordinate representation of color #70091F: hue angle of 347.18º 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 #70091F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 31 -
CMYK 0 0.92 0.72 0.56
HSL 347.18º 0.85% 0.24% -
HSV(B) 347.18º 0.92% 0.44% -
XYZ 7.03 3.74 1.65 -
YUV 42.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 112 9 31 0 0.92 0.72 0.56 347.18 0.85 0.24
Hex 70 9 1F 0 5C 48 38 15B 55 18
Octal 160 11 37 0 134 110 70 533 125 30
Binary 1110000 1001 11111 0 1011100 1001000 111000 101011011 1010101 11000

Color Harmonies of #70091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70091F

Black with #70091F

Text Example


Text Example

White with #70091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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