Html Css Color HEX #701B4A Pompadour

📋 copy color: '#701B4A'

red 112 ◦ green 27 ◦ blue 74

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

Shades of Pompadour #701B4A

Tints of Pompadour #701B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 52.58%
G = 12.68%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#701B4A (or 0x701B4A) is known color: Pompadour. HEX triplet: 70, 1B and 4A. RGB value is (112,27,74). Sum of RGB (Red+Green+Blue) = 112+27+74=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #701B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B4A is #8FE4B5. Grayscale: #393939. Windows color (decimal): -9430198 or 4856688. OLE color: 4856688.

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

Color convert

RGB 112 27 74 -
CMYK 0 0.76 0.34 0.56
HSL 326.82º 0.61% 0.27% -
HSV(B) 326.82º 0.76% 0.44% -
XYZ 8.31 4.72 6.95 -
YUV 57.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 112 27 74 0 0.76 0.34 0.56 326.82 0.61 0.27
Hex 70 1B 4A 0 4C 22 38 147 3D 1B
Octal 160 33 112 0 114 42 70 507 75 33
Binary 1110000 11011 1001010 0 1001100 100010 111000 101000111 111101 11011

Color Harmonies of #701B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B4A

Black with #701B4A

Text Example


Text Example

White with #701B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,74); }

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

background-color css

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

 a { background-color: rgb(112,27,74); }

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

border-color css

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

 span { border-color: rgb(112,27,74); }

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