Html Css Color HEX #701455 Pompadour

📋 copy color: '#701455'

red 112 ◦ green 20 ◦ blue 85

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

Shades of Pompadour #701455

Tints of Pompadour #701455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 51.61%
G = 9.22%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#701455 (or 0x701455) is known color: Pompadour. HEX triplet: 70, 14 and 55. RGB value is (112,20,85). Sum of RGB (Red+Green+Blue) = 112+20+85=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701455 is #8FEBAA. Grayscale: #363636. Windows color (decimal): -9431979 or 5575792. OLE color: 5575792.

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

Color convert

RGB 112 20 85 -
CMYK 0 0.82 0.24 0.56
HSL 317.61º 0.7% 0.26% -
HSV(B) 317.61º 0.82% 0.44% -
XYZ 8.57 4.6 9.03 -
YUV 54.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 112 20 85 0 0.82 0.24 0.56 317.61 0.7 0.26
Hex 70 14 55 0 52 18 38 13E 46 1A
Octal 160 24 125 0 122 30 70 476 106 32
Binary 1110000 10100 1010101 0 1010010 11000 111000 100111110 1000110 11010

Color Harmonies of #701455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701455

Black with #701455

Text Example


Text Example

White with #701455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701455; }

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

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

background-color css

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

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

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

border-color css

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

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

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