Html Css Color HEX #701452 Pompadour

📋 copy color: '#701452'

red 112 ◦ green 20 ◦ blue 82

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

Shades of Pompadour #701452

Tints of Pompadour #701452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 52.34%
G = 9.35%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#701452 (or 0x701452) is known color: Pompadour. HEX triplet: 70, 14 and 52. RGB value is (112,20,82). Sum of RGB (Red+Green+Blue) = 112+20+82=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701452 is #8FEBAD. Grayscale: #363636. Windows color (decimal): -9431982 or 5379184. OLE color: 5379184.

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

Color convert

RGB 112 20 82 -
CMYK 0 0.82 0.27 0.56
HSL 319.57º 0.7% 0.26% -
HSV(B) 319.57º 0.82% 0.44% -
XYZ 8.46 4.55 8.42 -
YUV 54.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 112 20 82 0 0.82 0.27 0.56 319.57 0.7 0.26
Hex 70 14 52 0 52 1B 38 140 46 1A
Octal 160 24 122 0 122 33 70 500 106 32
Binary 1110000 10100 1010010 0 1010010 11011 111000 101000000 1000110 11010

Color Harmonies of #701452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701452

Black with #701452

Text Example


Text Example

White with #701452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701452; }

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

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

background-color css

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

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

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

border-color css

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

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

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