Html Css Color HEX #702149 Pompadour

📋 copy color: '#702149'

red 112 ◦ green 33 ◦ blue 73

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

Shades of Pompadour #702149

Tints of Pompadour #702149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 51.38%
G = 15.14%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#702149 (or 0x702149) is known color: Pompadour. HEX triplet: 70, 21 and 49. RGB value is (112,33,73). Sum of RGB (Red+Green+Blue) = 112+33+73=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702149 is #8FDEB6. Grayscale: #3D3D3D. Windows color (decimal): -9428663 or 4792688. OLE color: 4792688.

HSL color Cylindrical-coordinate representation of color #702149: hue angle of 329.62º degrees, saturation: 0.54, 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 #702149 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 33 73 -
CMYK 0 0.71 0.35 0.56
HSL 329.62º 0.54% 0.28% -
HSV(B) 329.62º 0.71% 0.44% -
XYZ 8.43 5.01 6.83 -
YUV 61.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 112 33 73 0 0.71 0.35 0.56 329.62 0.54 0.28
Hex 70 21 49 0 47 23 38 14A 36 1C
Octal 160 41 111 0 107 43 70 512 66 34
Binary 1110000 100001 1001001 0 1000111 100011 111000 101001010 110110 11100

Color Harmonies of #702149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702149

Black with #702149

Text Example


Text Example

White with #702149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702149; }

 p { color: rgb(112,33,73); }

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

background-color css

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

 a { background-color: rgb(112,33,73); }

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

border-color css

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

 span { border-color: rgb(112,33,73); }

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