Html Css Color HEX #701653 Pompadour

📋 copy color: '#701653'

red 112 ◦ green 22 ◦ blue 83

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

Shades of Pompadour #701653

Tints of Pompadour #701653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 51.61%
G = 10.14%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#701653 (or 0x701653) is known color: Pompadour. HEX triplet: 70, 16 and 53. RGB value is (112,22,83). Sum of RGB (Red+Green+Blue) = 112+22+83=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701653 is #8FE9AC. Grayscale: #373737. Windows color (decimal): -9431469 or 5445232. OLE color: 5445232.

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

Color convert

RGB 112 22 83 -
CMYK 0 0.80 0.26 0.56
HSL 319.33º 0.67% 0.26% -
HSV(B) 319.33º 0.8% 0.44% -
XYZ 8.53 4.64 8.63 -
YUV 55.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 112 22 83 0 0.80 0.26 0.56 319.33 0.67 0.26
Hex 70 16 53 0 50 1A 38 13F 43 1A
Octal 160 26 123 0 120 32 70 477 103 32
Binary 1110000 10110 1010011 0 1010000 11010 111000 100111111 1000011 11010

Color Harmonies of #701653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701653

Black with #701653

Text Example


Text Example

White with #701653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701653; }

 p { color: rgb(112,22,83); }

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

background-color css

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

 a { background-color: rgb(112,22,83); }

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

border-color css

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

 span { border-color: rgb(112,22,83); }

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