Html Css Color HEX #700F47 Pompadour

📋 copy color: '#700F47'

red 112 ◦ green 15 ◦ blue 71

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

Shades of Pompadour #700F47

Tints of Pompadour #700F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 56.57%
G = 7.58%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#700F47 (or 0x700F47) is known color: Pompadour. HEX triplet: 70, 0F and 47. RGB value is (112,15,71). Sum of RGB (Red+Green+Blue) = 112+15+71=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F47 is #8FF0B8. Grayscale: #323232. Windows color (decimal): -9433273 or 4657008. OLE color: 4657008.

HSL color Cylindrical-coordinate representation of color #700F47: hue angle of 325.36º 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 #700F47 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 71 -
CMYK 0 0.87 0.37 0.56
HSL 325.36º 0.76% 0.25% -
HSV(B) 325.36º 0.87% 0.44% -
XYZ 7.99 4.24 6.36 -
YUV 50.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 112 15 71 0 0.87 0.37 0.56 325.36 0.76 0.25
Hex 70 F 47 0 57 25 38 145 4C 19
Octal 160 17 107 0 127 45 70 505 114 31
Binary 1110000 1111 1000111 0 1010111 100101 111000 101000101 1001100 11001

Color Harmonies of #700F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F47

Black with #700F47

Text Example


Text Example

White with #700F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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