Html Css Color HEX #771453 Pompadour

📋 copy color: '#771453'

red 119 ◦ green 20 ◦ blue 83

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

Shades of Pompadour #771453

Tints of Pompadour #771453

RGB

 RED value IS 119 (46.88% from 255) = 53.6%

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 53.6%
G = 9.01%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#771453 (or 0x771453) is known color: Pompadour. HEX triplet: 77, 14 and 53. RGB value is (119,20,83). Sum of RGB (Red+Green+Blue) = 119+20+83=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #771453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771453 is #88EBAC. Grayscale: #383838. Windows color (decimal): -8973229 or 5444727. OLE color: 5444727.

HSL color Cylindrical-coordinate representation of color #771453: hue angle of 321.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771453 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 83 -
CMYK 0 0.83 0.30 0.53
HSL 321.82º 0.71% 0.27% -
HSV(B) 321.82º 0.83% 0.47% -
XYZ 9.42 5.05 8.66 -
YUV 56.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 119 20 83 0 0.83 0.30 0.53 321.82 0.71 0.27
Hex 77 14 53 0 53 1E 35 142 47 1B
Octal 167 24 123 0 123 36 65 502 107 33
Binary 1110111 10100 1010011 0 1010011 11110 110101 101000010 1000111 11011

Color Harmonies of #771453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771453

Black with #771453

Text Example


Text Example

White with #771453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771453; }

 p { color: rgb(119,20,83); }

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

background-color css

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

 a { background-color: rgb(119,20,83); }

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

border-color css

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

 span { border-color: rgb(119,20,83); }

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