Html Css Color HEX #70031E Burgundy

📋 copy color: '#70031E'

red 112 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #70031E

Tints of Burgundy #70031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 77.24%
G = 2.07%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70031E (or 0x70031E) is known color: Burgundy. HEX triplet: 70, 03 and 1E. RGB value is (112,3,30). Sum of RGB (Red+Green+Blue) = 112+3+30=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70031E is #8FFCE1. Grayscale: #262626. Windows color (decimal): -9436386 or 1966960. OLE color: 1966960.

HSL color Cylindrical-coordinate representation of color #70031E: hue angle of 345.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70031E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 30 -
CMYK 0 0.97 0.73 0.56
HSL 345.14º 0.95% 0.23% -
HSV(B) 345.14º 0.97% 0.44% -
XYZ 6.95 3.6 1.56 -
YUV 38.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 112 3 30 0 0.97 0.73 0.56 345.14 0.95 0.23
Hex 70 3 1E 0 61 49 38 159 5F 17
Octal 160 3 36 0 141 111 70 531 137 27
Binary 1110000 11 11110 0 1100001 1001001 111000 101011001 1011111 10111

Color Harmonies of #70031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70031E

Black with #70031E

Text Example


Text Example

White with #70031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70031E; }

 p { color: rgb(112,3,30); }

 H1.HeaderClassName
 {
   color: #70031E;
 }
 .AnyTagClassName
 {
   color: #70031E;
 }
</style>

background-color css

<style>
 a { background-color: #70031E; }

 a { background-color: rgb(112,3,30); }

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

border-color css

<style>
 span { border-color: #70031E; }

 span { border-color: rgb(112,3,30); }

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