Html Css Color HEX #701753 Pompadour

📋 copy color: '#701753'

red 112 ◦ green 23 ◦ blue 83

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

Shades of Pompadour #701753

Tints of Pompadour #701753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 51.38%
G = 10.55%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#701753 (or 0x701753) is known color: Pompadour. HEX triplet: 70, 17 and 53. RGB value is (112,23,83). Sum of RGB (Red+Green+Blue) = 112+23+83=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701753 is #8FE8AC. Grayscale: #383838. Windows color (decimal): -9431213 or 5445488. OLE color: 5445488.

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

Color convert

RGB 112 23 83 -
CMYK 0 0.79 0.26 0.56
HSL 319.55º 0.66% 0.26% -
HSV(B) 319.55º 0.79% 0.44% -
XYZ 8.55 4.68 8.64 -
YUV 56.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 112 23 83 0 0.79 0.26 0.56 319.55 0.66 0.26
Hex 70 17 53 0 4F 1A 38 140 42 1A
Octal 160 27 123 0 117 32 70 500 102 32
Binary 1110000 10111 1010011 0 1001111 11010 111000 101000000 1000010 11010

Color Harmonies of #701753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701753

Black with #701753

Text Example


Text Example

White with #701753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701753; }

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

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

background-color css

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

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

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

border-color css

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

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

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