Html Css Color HEX #702044 Pompadour

📋 copy color: '#702044'

red 112 ◦ green 32 ◦ blue 68

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

Shades of Pompadour #702044

Tints of Pompadour #702044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 68 (26.95% from 255) = 32.08%

R = 52.83%
G = 15.09%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#702044 (or 0x702044) is known color: Pompadour. HEX triplet: 70, 20 and 44. RGB value is (112,32,68). Sum of RGB (Red+Green+Blue) = 112+32+68=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #702044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702044 is #8FDFBB. Grayscale: #3B3B3B. Windows color (decimal): -9428924 or 4464752. OLE color: 4464752.

HSL color Cylindrical-coordinate representation of color #702044: hue angle of 333º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702044 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 68 -
CMYK 0 0.71 0.39 0.56
HSL 333º 0.56% 0.28% -
HSV(B) 333º 0.71% 0.44% -
XYZ 8.24 4.9 5.98 -
YUV 60.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 112 32 68 0 0.71 0.39 0.56 333 0.56 0.28
Hex 70 20 44 0 47 27 38 14D 38 1C
Octal 160 40 104 0 107 47 70 515 70 34
Binary 1110000 100000 1000100 0 1000111 100111 111000 101001101 111000 11100

Color Harmonies of #702044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702044

Black with #702044

Text Example


Text Example

White with #702044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702044; }

 p { color: rgb(112,32,68); }

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

background-color css

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

 a { background-color: rgb(112,32,68); }

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

border-color css

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

 span { border-color: rgb(112,32,68); }

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