Html Css Color HEX #702151 Pompadour

📋 copy color: '#702151'

red 112 ◦ green 33 ◦ blue 81

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

Shades of Pompadour #702151

Tints of Pompadour #702151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 49.56%
G = 14.6%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#702151 (or 0x702151) is known color: Pompadour. HEX triplet: 70, 21 and 51. RGB value is (112,33,81). Sum of RGB (Red+Green+Blue) = 112+33+81=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702151 is #8FDEAE. Grayscale: #3D3D3D. Windows color (decimal): -9428655 or 5316976. OLE color: 5316976.

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

Color convert

RGB 112 33 81 -
CMYK 0 0.71 0.28 0.56
HSL 323.54º 0.54% 0.28% -
HSV(B) 323.54º 0.71% 0.44% -
XYZ 8.71 5.13 8.31 -
YUV 62.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 112 33 81 0 0.71 0.28 0.56 323.54 0.54 0.28
Hex 70 21 51 0 47 1C 38 144 36 1C
Octal 160 41 121 0 107 34 70 504 66 34
Binary 1110000 100001 1010001 0 1000111 11100 111000 101000100 110110 11100

Color Harmonies of #702151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702151

Black with #702151

Text Example


Text Example

White with #702151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702151; }

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

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

background-color css

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

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

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

border-color css

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

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

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