Html Css Color HEX #702547 Pompadour

📋 copy color: '#702547'

red 112 ◦ green 37 ◦ blue 71

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

Shades of Pompadour #702547

Tints of Pompadour #702547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 50.91%
G = 16.82%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#702547 (or 0x702547) is known color: Pompadour. HEX triplet: 70, 25 and 47. RGB value is (112,37,71). Sum of RGB (Red+Green+Blue) = 112+37+71=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #702547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702547 is #8FDAB8. Grayscale: #3F3F3F. Windows color (decimal): -9427641 or 4662640. OLE color: 4662640.

HSL color Cylindrical-coordinate representation of color #702547: hue angle of 332.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702547 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 71 -
CMYK 0 0.67 0.37 0.56
HSL 332.8º 0.5% 0.29% -
HSV(B) 332.8º 0.67% 0.44% -
XYZ 8.48 5.22 6.52 -
YUV 63.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 112 37 71 0 0.67 0.37 0.56 332.8 0.5 0.29
Hex 70 25 47 0 43 25 38 14D 32 1D
Octal 160 45 107 0 103 45 70 515 62 35
Binary 1110000 100101 1000111 0 1000011 100101 111000 101001101 110010 11101

Color Harmonies of #702547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702547

Black with #702547

Text Example


Text Example

White with #702547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702547; }

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

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

background-color css

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

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

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

border-color css

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

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

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