Html Css Color HEX #701752 Pompadour

📋 copy color: '#701752'

red 112 ◦ green 23 ◦ blue 82

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

Shades of Pompadour #701752

Tints of Pompadour #701752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.79%

R = 51.61%
G = 10.6%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#701752 (or 0x701752) is known color: Pompadour. HEX triplet: 70, 17 and 52. RGB value is (112,23,82). Sum of RGB (Red+Green+Blue) = 112+23+82=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701752 is #8FE8AD. Grayscale: #383838. Windows color (decimal): -9431214 or 5379952. OLE color: 5379952.

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

Color convert

RGB 112 23 82 -
CMYK 0 0.79 0.27 0.56
HSL 320.22º 0.66% 0.26% -
HSV(B) 320.22º 0.79% 0.44% -
XYZ 8.51 4.67 8.43 -
YUV 56.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 112 23 82 0 0.79 0.27 0.56 320.22 0.66 0.26
Hex 70 17 52 0 4F 1B 38 140 42 1A
Octal 160 27 122 0 117 33 70 500 102 32
Binary 1110000 10111 1010010 0 1001111 11011 111000 101000000 1000010 11010

Color Harmonies of #701752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701752

Black with #701752

Text Example


Text Example

White with #701752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701752; }

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

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

background-color css

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

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

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

border-color css

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

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

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