Html Css Color HEX #70001C Burgundy

📋 copy color: '#70001C'

red 112 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #70001C

Tints of Burgundy #70001C

RGB

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

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

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

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70001C (or 0x70001C) is known color: Burgundy. HEX triplet: 70, 00 and 1C. RGB value is (112,0,28). Sum of RGB (Red+Green+Blue) = 112+0+28=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #70001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70001C is #8FFFE3. Grayscale: #242424. Windows color (decimal): -9437156 or 1835120. OLE color: 1835120.

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

Color convert

RGB 112 0 28 -
CMYK 0 1 0.75 0.56
HSL 345º 1% 0.22% -
HSV(B) 345º 1% 0.44% -
XYZ 6.89 3.53 1.42 -
YUV 36.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 112 0 28 0 1 0.75 0.56 345 1 0.22
Hex 70 0 1C 0 64 4B 38 159 64 16
Octal 160 0 34 0 144 113 70 531 144 26
Binary 1110000 0 11100 0 1100100 1001011 111000 101011001 1100100 10110

Color Harmonies of #70001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70001C

Black with #70001C

Text Example


Text Example

White with #70001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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