Html Css Color HEX #701953 Pompadour

📋 copy color: '#701953'

red 112 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #701953

Tints of Pompadour #701953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 50.91%
G = 11.36%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#701953 (or 0x701953) is known color: Pompadour. HEX triplet: 70, 19 and 53. RGB value is (112,25,83). Sum of RGB (Red+Green+Blue) = 112+25+83=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #701953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701953 is #8FE6AC. Grayscale: #393939. Windows color (decimal): -9430701 or 5446000. OLE color: 5446000.

HSL color Cylindrical-coordinate representation of color #701953: hue angle of 320º 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 #701953 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 83 -
CMYK 0 0.78 0.26 0.56
HSL 320º 0.64% 0.27% -
HSV(B) 320º 0.78% 0.44% -
XYZ 8.59 4.76 8.65 -
YUV 57.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 112 25 83 0 0.78 0.26 0.56 320 0.64 0.27
Hex 70 19 53 0 4E 1A 38 140 40 1B
Octal 160 31 123 0 116 32 70 500 100 33
Binary 1110000 11001 1010011 0 1001110 11010 111000 101000000 1000000 11011

Color Harmonies of #701953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701953

Black with #701953

Text Example


Text Example

White with #701953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701953; }

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

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

background-color css

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

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

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

border-color css

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

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

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