Html Css Color HEX #701054 Pompadour

📋 copy color: '#701054'

red 112 ◦ green 16 ◦ blue 84

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

Shades of Pompadour #701054

Tints of Pompadour #701054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 52.83%
G = 7.55%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#701054 (or 0x701054) is known color: Pompadour. HEX triplet: 70, 10 and 54. RGB value is (112,16,84). Sum of RGB (Red+Green+Blue) = 112+16+84=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #701054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701054 is #8FEFAB. Grayscale: #343434. Windows color (decimal): -9433004 or 5509232. OLE color: 5509232.

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

Color convert

RGB 112 16 84 -
CMYK 0 0.86 0.25 0.56
HSL 317.5º 0.75% 0.25% -
HSV(B) 317.5º 0.86% 0.44% -
XYZ 8.47 4.46 8.8 -
YUV 52.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 112 16 84 0 0.86 0.25 0.56 317.5 0.75 0.25
Hex 70 10 54 0 56 19 38 13E 4B 19
Octal 160 20 124 0 126 31 70 476 113 31
Binary 1110000 10000 1010100 0 1010110 11001 111000 100111110 1001011 11001

Color Harmonies of #701054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701054

Black with #701054

Text Example


Text Example

White with #701054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701054; }

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

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

background-color css

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

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

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

border-color css

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

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

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