Html Css Color HEX #702052 Pompadour

📋 copy color: '#702052'

red 112 ◦ green 32 ◦ blue 82

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

Shades of Pompadour #702052

Tints of Pompadour #702052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 49.56%
G = 14.16%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#702052 (or 0x702052) is known color: Pompadour. HEX triplet: 70, 20 and 52. RGB value is (112,32,82). Sum of RGB (Red+Green+Blue) = 112+32+82=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702052 is #8FDFAD. Grayscale: #3D3D3D. Windows color (decimal): -9428910 or 5382256. OLE color: 5382256.

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

Color convert

RGB 112 32 82 -
CMYK 0 0.71 0.27 0.56
HSL 322.5º 0.56% 0.28% -
HSV(B) 322.5º 0.71% 0.44% -
XYZ 8.72 5.09 8.5 -
YUV 61.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 112 32 82 0 0.71 0.27 0.56 322.5 0.56 0.28
Hex 70 20 52 0 47 1B 38 142 38 1C
Octal 160 40 122 0 107 33 70 502 70 34
Binary 1110000 100000 1010010 0 1000111 11011 111000 101000010 111000 11100

Color Harmonies of #702052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702052

Black with #702052

Text Example


Text Example

White with #702052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702052; }

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

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

background-color css

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

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

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

border-color css

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

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

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