Html Css Color HEX #701A4C Pompadour

📋 copy color: '#701A4C'

red 112 ◦ green 26 ◦ blue 76

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

Shades of Pompadour #701A4C

Tints of Pompadour #701A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 52.34%
G = 12.15%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#701A4C (or 0x701A4C) is known color: Pompadour. HEX triplet: 70, 1A and 4C. RGB value is (112,26,76). Sum of RGB (Red+Green+Blue) = 112+26+76=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A4C is #8FE5B3. Grayscale: #393939. Windows color (decimal): -9430452 or 4987504. OLE color: 4987504.

HSL color Cylindrical-coordinate representation of color #701A4C: hue angle of 325.12º 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 #701A4C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 76 -
CMYK 0 0.77 0.32 0.56
HSL 325.12º 0.62% 0.27% -
HSV(B) 325.12º 0.77% 0.44% -
XYZ 8.36 4.71 7.31 -
YUV 57.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 112 26 76 0 0.77 0.32 0.56 325.12 0.62 0.27
Hex 70 1A 4C 0 4D 20 38 145 3E 1B
Octal 160 32 114 0 115 40 70 505 76 33
Binary 1110000 11010 1001100 0 1001101 100000 111000 101000101 111110 11011

Color Harmonies of #701A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A4C

Black with #701A4C

Text Example


Text Example

White with #701A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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