Html Css Color HEX #700F4A Pompadour

📋 copy color: '#700F4A'

red 112 ◦ green 15 ◦ blue 74

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

Shades of Pompadour #700F4A

Tints of Pompadour #700F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

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

R = 55.72%
G = 7.46%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#700F4A (or 0x700F4A) is known color: Pompadour. HEX triplet: 70, 0F and 4A. RGB value is (112,15,74). Sum of RGB (Red+Green+Blue) = 112+15+74=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F4A is #8FF0B5. Grayscale: #323232. Windows color (decimal): -9433270 or 4853616. OLE color: 4853616.

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

Color convert

RGB 112 15 74 -
CMYK 0 0.87 0.34 0.56
HSL 323.51º 0.76% 0.25% -
HSV(B) 323.51º 0.87% 0.44% -
XYZ 8.09 4.28 6.88 -
YUV 50.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 112 15 74 0 0.87 0.34 0.56 323.51 0.76 0.25
Hex 70 F 4A 0 57 22 38 144 4C 19
Octal 160 17 112 0 127 42 70 504 114 31
Binary 1110000 1111 1001010 0 1010111 100010 111000 101000100 1001100 11001

Color Harmonies of #700F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F4A

Black with #700F4A

Text Example


Text Example

White with #700F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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