Html Css Color HEX #701B55 Pompadour

📋 copy color: '#701B55'

red 112 ◦ green 27 ◦ blue 85

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

Shades of Pompadour #701B55

Tints of Pompadour #701B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.05%

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

R = 50%
G = 12.05%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#701B55 (or 0x701B55) is known color: Pompadour. HEX triplet: 70, 1B and 55. RGB value is (112,27,85). Sum of RGB (Red+Green+Blue) = 112+27+85=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #701B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B55 is #8FE4AA. Grayscale: #3A3A3A. Windows color (decimal): -9430187 or 5577584. OLE color: 5577584.

HSL color Cylindrical-coordinate representation of color #701B55: hue angle of 319.06º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B55 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 27 85 -
CMYK 0 0.76 0.24 0.56
HSL 319.06º 0.61% 0.27% -
HSV(B) 319.06º 0.76% 0.44% -
XYZ 8.71 4.88 9.08 -
YUV 59.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 112 27 85 0 0.76 0.24 0.56 319.06 0.61 0.27
Hex 70 1B 55 0 4C 18 38 13F 3D 1B
Octal 160 33 125 0 114 30 70 477 75 33
Binary 1110000 11011 1010101 0 1001100 11000 111000 100111111 111101 11011

Color Harmonies of #701B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B55

Black with #701B55

Text Example


Text Example

White with #701B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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