Html Css Color HEX #801653 Pompadour

📋 copy color: '#801653'

red 128 ◦ green 22 ◦ blue 83

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

Shades of Pompadour #801653

Tints of Pompadour #801653

RGB

 RED value IS 128 (50.39% from 255) = 54.94%

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

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

R = 54.94%
G = 9.44%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#801653 (or 0x801653) is known color: Pompadour. HEX triplet: 80, 16 and 53. RGB value is (128,22,83). Sum of RGB (Red+Green+Blue) = 128+22+83=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #801653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801653 is #7FE9AC. Grayscale: #3C3C3C. Windows color (decimal): -8382893 or 5445248. OLE color: 5445248.

HSL color Cylindrical-coordinate representation of color #801653: hue angle of 325.47º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801653 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 83 -
CMYK 0 0.83 0.35 0.50
HSL 325.47º 0.71% 0.29% -
HSV(B) 325.47º 0.83% 0.5% -
XYZ 10.75 5.79 8.73 -
YUV 60.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 128 22 83 0 0.83 0.35 0.50 325.47 0.71 0.29
Hex 80 16 53 0 53 23 32 145 47 1D
Octal 200 26 123 0 123 43 62 505 107 35
Binary 10000000 10110 1010011 0 1010011 100011 110010 101000101 1000111 11101

Color Harmonies of #801653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801653

Black with #801653

Text Example


Text Example

White with #801653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801653; }

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

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

background-color css

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

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

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

border-color css

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

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

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