Html Css Color HEX #70011A Burgundy

📋 copy color: '#70011A'

red 112 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #70011A

Tints of Burgundy #70011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 80.58%
G = 0.72%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70011A (or 0x70011A) is known color: Burgundy. HEX triplet: 70, 01 and 1A. RGB value is (112,1,26). Sum of RGB (Red+Green+Blue) = 112+1+26=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #70011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70011A is #8FFEE5. Grayscale: #252525. Windows color (decimal): -9436902 or 1704304. OLE color: 1704304.

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

Color convert

RGB 112 1 26 -
CMYK 0 0.99 0.77 0.56
HSL 346.49º 0.98% 0.22% -
HSV(B) 346.49º 0.99% 0.44% -
XYZ 6.88 3.54 1.3 -
YUV 37.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 112 1 26 0 0.99 0.77 0.56 346.49 0.98 0.22
Hex 70 1 1A 0 63 4D 38 15A 62 16
Octal 160 1 32 0 143 115 70 532 142 26
Binary 1110000 1 11010 0 1100011 1001101 111000 101011010 1100010 10110

Color Harmonies of #70011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70011A

Black with #70011A

Text Example


Text Example

White with #70011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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