Html Css Color HEX #702050 Pompadour

📋 copy color: '#702050'

red 112 ◦ green 32 ◦ blue 80

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

Shades of Pompadour #702050

Tints of Pompadour #702050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 50%
G = 14.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#702050 (or 0x702050) is known color: Pompadour. HEX triplet: 70, 20 and 50. RGB value is (112,32,80). Sum of RGB (Red+Green+Blue) = 112+32+80=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #702050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702050 is #8FDFAF. Grayscale: #3D3D3D. Windows color (decimal): -9428912 or 5251184. OLE color: 5251184.

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

Color convert

RGB 112 32 80 -
CMYK 0 0.71 0.29 0.56
HSL 324º 0.56% 0.28% -
HSV(B) 324º 0.71% 0.44% -
XYZ 8.65 5.06 8.11 -
YUV 61.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 112 32 80 0 0.71 0.29 0.56 324 0.56 0.28
Hex 70 20 50 0 47 1D 38 144 38 1C
Octal 160 40 120 0 107 35 70 504 70 34
Binary 1110000 100000 1010000 0 1000111 11101 111000 101000100 111000 11100

Color Harmonies of #702050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702050

Black with #702050

Text Example


Text Example

White with #702050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702050; }

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

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

background-color css

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

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

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

border-color css

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

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

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