Html Css Color HEX #701540 Pompadour

📋 copy color: '#701540'

red 112 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #701540

Tints of Pompadour #701540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 56.85%
G = 10.66%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#701540 (or 0x701540) is known color: Pompadour. HEX triplet: 70, 15 and 40. RGB value is (112,21,64). Sum of RGB (Red+Green+Blue) = 112+21+64=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701540 is #8FEABF. Grayscale: #353535. Windows color (decimal): -9431744 or 4199792. OLE color: 4199792.

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

Color convert

RGB 112 21 64 -
CMYK 0 0.81 0.43 0.56
HSL 331.65º 0.68% 0.26% -
HSV(B) 331.65º 0.81% 0.44% -
XYZ 7.88 4.35 5.28 -
YUV 53.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 112 21 64 0 0.81 0.43 0.56 331.65 0.68 0.26
Hex 70 15 40 0 51 2B 38 14C 44 1A
Octal 160 25 100 0 121 53 70 514 104 32
Binary 1110000 10101 1000000 0 1010001 101011 111000 101001100 1000100 11010

Color Harmonies of #701540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701540

Black with #701540

Text Example


Text Example

White with #701540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701540; }

 p { color: rgb(112,21,64); }

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

background-color css

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

 a { background-color: rgb(112,21,64); }

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

border-color css

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

 span { border-color: rgb(112,21,64); }

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