Html Css Color HEX #702053 Pompadour

📋 copy color: '#702053'

red 112 ◦ green 32 ◦ blue 83

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

Shades of Pompadour #702053

Tints of Pompadour #702053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.56%

R = 49.34%
G = 14.1%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#702053 (or 0x702053) is known color: Pompadour. HEX triplet: 70, 20 and 53. RGB value is (112,32,83). Sum of RGB (Red+Green+Blue) = 112+32+83=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702053 is #8FDFAC. Grayscale: #3D3D3D. Windows color (decimal): -9428909 or 5447792. OLE color: 5447792.

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

Color convert

RGB 112 32 83 -
CMYK 0 0.71 0.26 0.56
HSL 321.75º 0.56% 0.28% -
HSV(B) 321.75º 0.71% 0.44% -
XYZ 8.76 5.1 8.71 -
YUV 61.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 112 32 83 0 0.71 0.26 0.56 321.75 0.56 0.28
Hex 70 20 53 0 47 1A 38 142 38 1C
Octal 160 40 123 0 107 32 70 502 70 34
Binary 1110000 100000 1010011 0 1000111 11010 111000 101000010 111000 11100

Color Harmonies of #702053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702053

Black with #702053

Text Example


Text Example

White with #702053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702053; }

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

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

background-color css

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

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

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

border-color css

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

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

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