Html Css Color HEX #702254 Pompadour

📋 copy color: '#702254'

red 112 ◦ green 34 ◦ blue 84

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

Shades of Pompadour #702254

Tints of Pompadour #702254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 48.7%
G = 14.78%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#702254 (or 0x702254) is known color: Pompadour. HEX triplet: 70, 22 and 54. RGB value is (112,34,84). Sum of RGB (Red+Green+Blue) = 112+34+84=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702254 is #8FDDAB. Grayscale: #3E3E3E. Windows color (decimal): -9428396 or 5513840. OLE color: 5513840.

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

Color convert

RGB 112 34 84 -
CMYK 0 0.70 0.25 0.56
HSL 321.54º 0.53% 0.29% -
HSV(B) 321.54º 0.7% 0.44% -
XYZ 8.85 5.23 8.93 -
YUV 63.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 112 34 84 0 0.70 0.25 0.56 321.54 0.53 0.29
Hex 70 22 54 0 46 19 38 142 35 1D
Octal 160 42 124 0 106 31 70 502 65 35
Binary 1110000 100010 1010100 0 1000110 11001 111000 101000010 110101 11101

Color Harmonies of #702254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702254

Black with #702254

Text Example


Text Example

White with #702254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702254; }

 p { color: rgb(112,34,84); }

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

background-color css

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

 a { background-color: rgb(112,34,84); }

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

border-color css

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

 span { border-color: rgb(112,34,84); }

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