Html Css Color HEX #701155 Pompadour

📋 copy color: '#701155'

red 112 ◦ green 17 ◦ blue 85

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

Shades of Pompadour #701155

Tints of Pompadour #701155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 85 (33.59% from 255) = 39.72%

R = 52.34%
G = 7.94%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#701155 (or 0x701155) is known color: Pompadour. HEX triplet: 70, 11 and 55. RGB value is (112,17,85). Sum of RGB (Red+Green+Blue) = 112+17+85=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701155 is #8FEEAA. Grayscale: #343434. Windows color (decimal): -9432747 or 5575024. OLE color: 5575024.

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

Color convert

RGB 112 17 85 -
CMYK 0 0.85 0.24 0.56
HSL 317.05º 0.74% 0.25% -
HSV(B) 317.05º 0.85% 0.44% -
XYZ 8.52 4.5 9.01 -
YUV 53.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 112 17 85 0 0.85 0.24 0.56 317.05 0.74 0.25
Hex 70 11 55 0 55 18 38 13D 4A 19
Octal 160 21 125 0 125 30 70 475 112 31
Binary 1110000 10001 1010101 0 1010101 11000 111000 100111101 1001010 11001

Color Harmonies of #701155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701155

Black with #701155

Text Example


Text Example

White with #701155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701155; }

 p { color: rgb(112,17,85); }

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

background-color css

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

 a { background-color: rgb(112,17,85); }

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

border-color css

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

 span { border-color: rgb(112,17,85); }

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