Html Css Color HEX #702450 Pompadour

📋 copy color: '#702450'

red 112 ◦ green 36 ◦ blue 80

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

Shades of Pompadour #702450

Tints of Pompadour #702450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 49.12%
G = 15.79%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#702450 (or 0x702450) is known color: Pompadour. HEX triplet: 70, 24 and 50. RGB value is (112,36,80). Sum of RGB (Red+Green+Blue) = 112+36+80=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #702450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702450 is #8FDBAF. Grayscale: #3F3F3F. Windows color (decimal): -9427888 or 5252208. OLE color: 5252208.

HSL color Cylindrical-coordinate representation of color #702450: hue angle of 325.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702450 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 80 -
CMYK 0 0.68 0.29 0.56
HSL 325.26º 0.51% 0.29% -
HSV(B) 325.26º 0.68% 0.44% -
XYZ 8.76 5.29 8.15 -
YUV 63.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 112 36 80 0 0.68 0.29 0.56 325.26 0.51 0.29
Hex 70 24 50 0 44 1D 38 145 33 1D
Octal 160 44 120 0 104 35 70 505 63 35
Binary 1110000 100100 1010000 0 1000100 11101 111000 101000101 110011 11101

Color Harmonies of #702450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702450

Black with #702450

Text Example


Text Example

White with #702450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702450; }

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

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

background-color css

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

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

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

border-color css

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

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

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