Html Css Color HEX #701355 Pompadour

📋 copy color: '#701355'

red 112 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #701355

Tints of Pompadour #701355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.8%

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

R = 51.85%
G = 8.8%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#701355 (or 0x701355) is known color: Pompadour. HEX triplet: 70, 13 and 55. RGB value is (112,19,85). Sum of RGB (Red+Green+Blue) = 112+19+85=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701355 is #8FECAA. Grayscale: #363636. Windows color (decimal): -9432235 or 5575536. OLE color: 5575536.

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

Color convert

RGB 112 19 85 -
CMYK 0 0.83 0.24 0.56
HSL 317.42º 0.71% 0.26% -
HSV(B) 317.42º 0.83% 0.44% -
XYZ 8.55 4.57 9.02 -
YUV 54.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 112 19 85 0 0.83 0.24 0.56 317.42 0.71 0.26
Hex 70 13 55 0 53 18 38 13D 47 1A
Octal 160 23 125 0 123 30 70 475 107 32
Binary 1110000 10011 1010101 0 1010011 11000 111000 100111101 1000111 11010

Color Harmonies of #701355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701355

Black with #701355

Text Example


Text Example

White with #701355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701355; }

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

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

background-color css

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

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

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

border-color css

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

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

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