Html Css Color HEX #701C40 Pompadour

📋 copy color: '#701C40'

red 112 ◦ green 28 ◦ blue 64

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

Shades of Pompadour #701C40

Tints of Pompadour #701C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.73%

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

R = 54.9%
G = 13.73%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#701C40 (or 0x701C40) is known color: Pompadour. HEX triplet: 70, 1C and 40. RGB value is (112,28,64). Sum of RGB (Red+Green+Blue) = 112+28+64=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #701C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C40 is #8FE3BF. Grayscale: #393939. Windows color (decimal): -9429952 or 4201584. OLE color: 4201584.

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

Color convert

RGB 112 28 64 -
CMYK 0 0.75 0.43 0.56
HSL 334.29º 0.6% 0.27% -
HSV(B) 334.29º 0.75% 0.44% -
XYZ 8.02 4.65 5.32 -
YUV 57.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 112 28 64 0 0.75 0.43 0.56 334.29 0.6 0.27
Hex 70 1C 40 0 4B 2B 38 14E 3C 1B
Octal 160 34 100 0 113 53 70 516 74 33
Binary 1110000 11100 1000000 0 1001011 101011 111000 101001110 111100 11011

Color Harmonies of #701C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C40

Black with #701C40

Text Example


Text Example

White with #701C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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