Html Css Color HEX #70001F Burgundy

📋 copy color: '#70001F'

red 112 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #70001F

Tints of Burgundy #70001F

RGB

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

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

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

R = 78.32%
G = 0%
B = 21.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70001F (or 0x70001F) is known color: Burgundy. HEX triplet: 70, 00 and 1F. RGB value is (112,0,31). Sum of RGB (Red+Green+Blue) = 112+0+31=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70001F is #8FFFE0. Grayscale: #252525. Windows color (decimal): -9437153 or 2031728. OLE color: 2031728.

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

Color convert

RGB 112 0 31 -
CMYK 0 1 0.72 0.56
HSL 343.39º 1% 0.22% -
HSV(B) 343.39º 1% 0.44% -
XYZ 6.93 3.54 1.62 -
YUV 37.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 112 0 31 0 1 0.72 0.56 343.39 1 0.22
Hex 70 0 1F 0 64 48 38 157 64 16
Octal 160 0 37 0 144 110 70 527 144 26
Binary 1110000 0 11111 0 1100100 1001000 111000 101010111 1100100 10110

Color Harmonies of #70001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70001F

Black with #70001F

Text Example


Text Example

White with #70001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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