Html Css Color HEX #701950 Pompadour

📋 copy color: '#701950'

red 112 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #701950

Tints of Pompadour #701950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 51.61%
G = 11.52%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#701950 (or 0x701950) is known color: Pompadour. HEX triplet: 70, 19 and 50. RGB value is (112,25,80). Sum of RGB (Red+Green+Blue) = 112+25+80=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701950 is #8FE6AF. Grayscale: #393939. Windows color (decimal): -9430704 or 5249392. OLE color: 5249392.

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

Color convert

RGB 112 25 80 -
CMYK 0 0.78 0.29 0.56
HSL 322.07º 0.64% 0.27% -
HSV(B) 322.07º 0.78% 0.44% -
XYZ 8.48 4.72 8.05 -
YUV 57.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 112 25 80 0 0.78 0.29 0.56 322.07 0.64 0.27
Hex 70 19 50 0 4E 1D 38 142 40 1B
Octal 160 31 120 0 116 35 70 502 100 33
Binary 1110000 11001 1010000 0 1001110 11101 111000 101000010 1000000 11011

Color Harmonies of #701950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701950

Black with #701950

Text Example


Text Example

White with #701950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701950; }

 p { color: rgb(112,25,80); }

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

background-color css

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

 a { background-color: rgb(112,25,80); }

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

border-color css

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

 span { border-color: rgb(112,25,80); }

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