Html Css Color HEX #702247 Pompadour

📋 copy color: '#702247'

red 112 ◦ green 34 ◦ blue 71

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

Shades of Pompadour #702247

Tints of Pompadour #702247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 51.61%
G = 15.67%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#702247 (or 0x702247) is known color: Pompadour. HEX triplet: 70, 22 and 47. RGB value is (112,34,71). Sum of RGB (Red+Green+Blue) = 112+34+71=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702247 is #8FDDB8. Grayscale: #3D3D3D. Windows color (decimal): -9428409 or 4661872. OLE color: 4661872.

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

Color convert

RGB 112 34 71 -
CMYK 0 0.70 0.37 0.56
HSL 331.54º 0.53% 0.29% -
HSV(B) 331.54º 0.7% 0.44% -
XYZ 8.39 5.04 6.49 -
YUV 61.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 112 34 71 0 0.70 0.37 0.56 331.54 0.53 0.29
Hex 70 22 47 0 46 25 38 14C 35 1D
Octal 160 42 107 0 106 45 70 514 65 35
Binary 1110000 100010 1000111 0 1000110 100101 111000 101001100 110101 11101

Color Harmonies of #702247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702247

Black with #702247

Text Example


Text Example

White with #702247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702247; }

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

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

background-color css

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

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

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

border-color css

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

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

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