Html Css Color HEX #702847 Pompadour

📋 copy color: '#702847'

red 112 ◦ green 40 ◦ blue 71

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

Shades of Pompadour #702847

Tints of Pompadour #702847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 50.22%
G = 17.94%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#702847 (or 0x702847) is known color: Pompadour. HEX triplet: 70, 28 and 47. RGB value is (112,40,71). Sum of RGB (Red+Green+Blue) = 112+40+71=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #702847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702847 is #8FD7B8. Grayscale: #414141. Windows color (decimal): -9426873 or 4663408. OLE color: 4663408.

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

Color convert

RGB 112 40 71 -
CMYK 0 0.64 0.37 0.56
HSL 334.17º 0.47% 0.3% -
HSV(B) 334.17º 0.64% 0.44% -
XYZ 8.58 5.42 6.55 -
YUV 65.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 112 40 71 0 0.64 0.37 0.56 334.17 0.47 0.3
Hex 70 28 47 0 40 25 38 14E 2F 1E
Octal 160 50 107 0 100 45 70 516 57 36
Binary 1110000 101000 1000111 0 1000000 100101 111000 101001110 101111 11110

Color Harmonies of #702847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702847

Black with #702847

Text Example


Text Example

White with #702847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702847; }

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

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

background-color css

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

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

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

border-color css

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

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

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