Html Css Color HEX #701A40 Pompadour

📋 copy color: '#701A40'

red 112 ◦ green 26 ◦ blue 64

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

Shades of Pompadour #701A40

Tints of Pompadour #701A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 55.45%
G = 12.87%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#701A40 (or 0x701A40) is known color: Pompadour. HEX triplet: 70, 1A and 40. RGB value is (112,26,64). Sum of RGB (Red+Green+Blue) = 112+26+64=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A40 is #8FE5BF. Grayscale: #373737. Windows color (decimal): -9430464 or 4201072. OLE color: 4201072.

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

Color convert

RGB 112 26 64 -
CMYK 0 0.77 0.43 0.56
HSL 333.49º 0.62% 0.27% -
HSV(B) 333.49º 0.77% 0.44% -
XYZ 7.98 4.55 5.31 -
YUV 56.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 112 26 64 0 0.77 0.43 0.56 333.49 0.62 0.27
Hex 70 1A 40 0 4D 2B 38 14D 3E 1B
Octal 160 32 100 0 115 53 70 515 76 33
Binary 1110000 11010 1000000 0 1001101 101011 111000 101001101 111110 11011

Color Harmonies of #701A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A40

Black with #701A40

Text Example


Text Example

White with #701A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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