Html Css Color HEX #700E54 Pompadour

📋 copy color: '#700E54'

red 112 ◦ green 14 ◦ blue 84

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

Shades of Pompadour #700E54

Tints of Pompadour #700E54

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.67%

 BLUE value IS 84 (33.2% from 255) = 40%

R = 53.33%
G = 6.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#700E54 (or 0x700E54) is known color: Pompadour. HEX triplet: 70, 0E and 54. RGB value is (112,14,84). Sum of RGB (Red+Green+Blue) = 112+14+84=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700E54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E54 is #8FF1AB. Grayscale: #333333. Windows color (decimal): -9433516 or 5508720. OLE color: 5508720.

HSL color Cylindrical-coordinate representation of color #700E54: hue angle of 317.14º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E54 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 84 -
CMYK 0 0.88 0.25 0.56
HSL 317.14º 0.78% 0.25% -
HSV(B) 317.14º 0.88% 0.44% -
XYZ 8.44 4.4 8.79 -
YUV 51.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 112 14 84 0 0.88 0.25 0.56 317.14 0.78 0.25
Hex 70 E 54 0 58 19 38 13D 4E 19
Octal 160 16 124 0 130 31 70 475 116 31
Binary 1110000 1110 1010100 0 1011000 11001 111000 100111101 1001110 11001

Color Harmonies of #700E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E54

Black with #700E54

Text Example


Text Example

White with #700E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E54; }

 p { color: rgb(112,14,84); }

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

background-color css

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

 a { background-color: rgb(112,14,84); }

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

border-color css

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

 span { border-color: rgb(112,14,84); }

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