Html Css Color HEX #702447 Pompadour

📋 copy color: '#702447'

red 112 ◦ green 36 ◦ blue 71

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

Shades of Pompadour #702447

Tints of Pompadour #702447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 51.14%
G = 16.44%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#702447 (or 0x702447) is known color: Pompadour. HEX triplet: 70, 24 and 47. RGB value is (112,36,71). Sum of RGB (Red+Green+Blue) = 112+36+71=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702447 is #8FDBB8. Grayscale: #3E3E3E. Windows color (decimal): -9427897 or 4662384. OLE color: 4662384.

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

Color convert

RGB 112 36 71 -
CMYK 0 0.68 0.37 0.56
HSL 332.37º 0.51% 0.29% -
HSV(B) 332.37º 0.68% 0.44% -
XYZ 8.45 5.16 6.51 -
YUV 62.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 112 36 71 0 0.68 0.37 0.56 332.37 0.51 0.29
Hex 70 24 47 0 44 25 38 14C 33 1D
Octal 160 44 107 0 104 45 70 514 63 35
Binary 1110000 100100 1000111 0 1000100 100101 111000 101001100 110011 11101

Color Harmonies of #702447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702447

Black with #702447

Text Example


Text Example

White with #702447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702447; }

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

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

background-color css

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

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

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

border-color css

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

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

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