Html Css Color HEX #701742 Pompadour

📋 copy color: '#701742'

red 112 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #701742

Tints of Pompadour #701742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 55.72%
G = 11.44%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#701742 (or 0x701742) is known color: Pompadour. HEX triplet: 70, 17 and 42. RGB value is (112,23,66). Sum of RGB (Red+Green+Blue) = 112+23+66=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701742 is #8FE8BD. Grayscale: #363636. Windows color (decimal): -9431230 or 4331376. OLE color: 4331376.

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

Color convert

RGB 112 23 66 -
CMYK 0 0.79 0.41 0.56
HSL 331.01º 0.66% 0.26% -
HSV(B) 331.01º 0.79% 0.44% -
XYZ 7.97 4.45 5.59 -
YUV 54.51 134.49 169 -
System Red Green Blue C M Y K H S L
Decimal 112 23 66 0 0.79 0.41 0.56 331.01 0.66 0.26
Hex 70 17 42 0 4F 29 38 14B 42 1A
Octal 160 27 102 0 117 51 70 513 102 32
Binary 1110000 10111 1000010 0 1001111 101001 111000 101001011 1000010 11010

Color Harmonies of #701742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701742

Black with #701742

Text Example


Text Example

White with #701742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701742; }

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

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

background-color css

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

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

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

border-color css

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

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

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