Html Css Color HEX #701E4A Pompadour

📋 copy color: '#701E4A'

red 112 ◦ green 30 ◦ blue 74

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

Shades of Pompadour #701E4A

Tints of Pompadour #701E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.89%

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 51.85%
G = 13.89%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#701E4A (or 0x701E4A) is known color: Pompadour. HEX triplet: 70, 1E and 4A. RGB value is (112,30,74). Sum of RGB (Red+Green+Blue) = 112+30+74=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E4A is #8FE1B5. Grayscale: #3B3B3B. Windows color (decimal): -9429430 or 4857456. OLE color: 4857456.

HSL color Cylindrical-coordinate representation of color #701E4A: hue angle of 327.8º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E4A is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 30 74 -
CMYK 0 0.73 0.34 0.56
HSL 327.8º 0.58% 0.28% -
HSV(B) 327.8º 0.73% 0.44% -
XYZ 8.38 4.87 6.98 -
YUV 59.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 112 30 74 0 0.73 0.34 0.56 327.8 0.58 0.28
Hex 70 1E 4A 0 49 22 38 148 3A 1C
Octal 160 36 112 0 111 42 70 510 72 34
Binary 1110000 11110 1001010 0 1001001 100010 111000 101001000 111010 11100

Color Harmonies of #701E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E4A

Black with #701E4A

Text Example


Text Example

White with #701E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701E4A; }

 p { color: rgb(112,30,74); }

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

background-color css

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

 a { background-color: rgb(112,30,74); }

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

border-color css

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

 span { border-color: rgb(112,30,74); }

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