Html Css Color HEX #70081C Burgundy

📋 copy color: '#70081C'

red 112 ◦ green 8 ◦ blue 28

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

Shades of Burgundy #70081C

Tints of Burgundy #70081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 75.68%
G = 5.41%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70081C (or 0x70081C) is known color: Burgundy. HEX triplet: 70, 08 and 1C. RGB value is (112,8,28). Sum of RGB (Red+Green+Blue) = 112+8+28=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #70081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70081C is #8FF7E3. Grayscale: #292929. Windows color (decimal): -9435108 or 1837168. OLE color: 1837168.

HSL color Cylindrical-coordinate representation of color #70081C: hue angle of 348.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70081C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 28 -
CMYK 0 0.93 0.75 0.56
HSL 348.46º 0.87% 0.24% -
HSV(B) 348.46º 0.93% 0.44% -
XYZ 6.98 3.7 1.45 -
YUV 41.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 112 8 28 0 0.93 0.75 0.56 348.46 0.87 0.24
Hex 70 8 1C 0 5D 4B 38 15C 57 18
Octal 160 10 34 0 135 113 70 534 127 30
Binary 1110000 1000 11100 0 1011101 1001011 111000 101011100 1010111 11000

Color Harmonies of #70081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70081C

Black with #70081C

Text Example


Text Example

White with #70081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70081C; }

 p { color: rgb(112,8,28); }

 H1.HeaderClassName
 {
   color: #70081C;
 }
 .AnyTagClassName
 {
   color: #70081C;
 }
</style>

background-color css

<style>
 a { background-color: #70081C; }

 a { background-color: rgb(112,8,28); }

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

border-color css

<style>
 span { border-color: #70081C; }

 span { border-color: rgb(112,8,28); }

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