Html Css Color HEX #700018 Burgundy

📋 copy color: '#700018'

red 112 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #700018

Tints of Burgundy #700018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 82.35%
G = 0%
B = 17.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#700018 (or 0x700018) is known color: Burgundy. HEX triplet: 70, 00 and 18. RGB value is (112,0,24). Sum of RGB (Red+Green+Blue) = 112+0+24=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700018 is #8FFFE7. Grayscale: #242424. Windows color (decimal): -9437160 or 1572976. OLE color: 1572976.

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

Color convert

RGB 112 0 24 -
CMYK 0 1 0.79 0.56
HSL 347.14º 1% 0.22% -
HSV(B) 347.14º 1% 0.44% -
XYZ 6.85 3.51 1.18 -
YUV 36.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 112 0 24 0 1 0.79 0.56 347.14 1 0.22
Hex 70 0 18 0 64 4F 38 15B 64 16
Octal 160 0 30 0 144 117 70 533 144 26
Binary 1110000 0 11000 0 1100100 1001111 111000 101011011 1100100 10110

Color Harmonies of #700018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700018

Black with #700018

Text Example


Text Example

White with #700018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700018; }

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

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

background-color css

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

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

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

border-color css

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

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

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