Html Css Color HEX #701255 Pompadour

📋 copy color: '#701255'

red 112 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #701255

Tints of Pompadour #701255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

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

R = 52.09%
G = 8.37%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#701255 (or 0x701255) is known color: Pompadour. HEX triplet: 70, 12 and 55. RGB value is (112,18,85). Sum of RGB (Red+Green+Blue) = 112+18+85=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #701255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701255 is #8FEDAA. Grayscale: #353535. Windows color (decimal): -9432491 or 5575280. OLE color: 5575280.

HSL color Cylindrical-coordinate representation of color #701255: hue angle of 317.23º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701255 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 85 -
CMYK 0 0.84 0.24 0.56
HSL 317.23º 0.72% 0.25% -
HSV(B) 317.23º 0.84% 0.44% -
XYZ 8.54 4.53 9.02 -
YUV 53.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 112 18 85 0 0.84 0.24 0.56 317.23 0.72 0.25
Hex 70 12 55 0 54 18 38 13D 48 19
Octal 160 22 125 0 124 30 70 475 110 31
Binary 1110000 10010 1010101 0 1010100 11000 111000 100111101 1001000 11001

Color Harmonies of #701255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701255

Black with #701255

Text Example


Text Example

White with #701255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701255; }

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

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

background-color css

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

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

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

border-color css

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

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

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