Html Css Color HEX #702255 Pompadour

📋 copy color: '#702255'

red 112 ◦ green 34 ◦ blue 85

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

Shades of Pompadour #702255

Tints of Pompadour #702255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 48.48%
G = 14.72%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#702255 (or 0x702255) is known color: Pompadour. HEX triplet: 70, 22 and 55. RGB value is (112,34,85). Sum of RGB (Red+Green+Blue) = 112+34+85=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702255 is #8FDDAA. Grayscale: #3F3F3F. Windows color (decimal): -9428395 or 5579376. OLE color: 5579376.

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

Color convert

RGB 112 34 85 -
CMYK 0 0.70 0.24 0.56
HSL 320.77º 0.53% 0.29% -
HSV(B) 320.77º 0.7% 0.44% -
XYZ 8.89 5.24 9.14 -
YUV 63.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 112 34 85 0 0.70 0.24 0.56 320.77 0.53 0.29
Hex 70 22 55 0 46 18 38 141 35 1D
Octal 160 42 125 0 106 30 70 501 65 35
Binary 1110000 100010 1010101 0 1000110 11000 111000 101000001 110101 11101

Color Harmonies of #702255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702255

Black with #702255

Text Example


Text Example

White with #702255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702255; }

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

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

background-color css

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

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

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

border-color css

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

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

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