Html Css Color HEX #701852 Pompadour

📋 copy color: '#701852'

red 112 ◦ green 24 ◦ blue 82

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

Shades of Pompadour #701852

Tints of Pompadour #701852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 51.38%
G = 11.01%
B = 37.61%

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

#701852 (or 0x701852) is known color: Pompadour. HEX triplet: 70, 18 and 52. RGB value is (112,24,82). Sum of RGB (Red+Green+Blue) = 112+24+82=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701852 is #8FE7AD. Grayscale: #383838. Windows color (decimal): -9430958 or 5380208. OLE color: 5380208.

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

Color convert

RGB 112 24 82 -
CMYK 0 0.79 0.27 0.56
HSL 320.45º 0.65% 0.27% -
HSV(B) 320.45º 0.79% 0.44% -
XYZ 8.53 4.71 8.44 -
YUV 56.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 112 24 82 0 0.79 0.27 0.56 320.45 0.65 0.27
Hex 70 18 52 0 4F 1B 38 140 41 1B
Octal 160 30 122 0 117 33 70 500 101 33
Binary 1110000 11000 1010010 0 1001111 11011 111000 101000000 1000001 11011

Color Harmonies of #701852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701852

Black with #701852

Text Example


Text Example

White with #701852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701852; }

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

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

background-color css

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

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

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

border-color css

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

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

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