Html Css Color HEX #70001A Burgundy

📋 copy color: '#70001A'

red 112 ◦ green 0 ◦ blue 26

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

Shades of Burgundy #70001A

Tints of Burgundy #70001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.16%
G = 0%
B = 18.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70001A (or 0x70001A) is known color: Burgundy. HEX triplet: 70, 00 and 1A. RGB value is (112,0,26). Sum of RGB (Red+Green+Blue) = 112+0+26=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #70001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70001A is #8FFFE5. Grayscale: #242424. Windows color (decimal): -9437158 or 1704048. OLE color: 1704048.

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

Color convert

RGB 112 0 26 -
CMYK 0 1 0.77 0.56
HSL 346.07º 1% 0.22% -
HSV(B) 346.07º 1% 0.44% -
XYZ 6.87 3.52 1.29 -
YUV 36.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 112 0 26 0 1 0.77 0.56 346.07 1 0.22
Hex 70 0 1A 0 64 4D 38 15A 64 16
Octal 160 0 32 0 144 115 70 532 144 26
Binary 1110000 0 11010 0 1100100 1001101 111000 101011010 1100100 10110

Color Harmonies of #70001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70001A

Black with #70001A

Text Example


Text Example

White with #70001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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