Html Css Color HEX #771953 Pompadour

📋 copy color: '#771953'

red 119 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #771953

Tints of Pompadour #771953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 52.42%
G = 11.01%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#771953 (or 0x771953) is known color: Pompadour. HEX triplet: 77, 19 and 53. RGB value is (119,25,83). Sum of RGB (Red+Green+Blue) = 119+25+83=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #771953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771953 is #88E6AC. Grayscale: #3B3B3B. Windows color (decimal): -8971949 or 5446007. OLE color: 5446007.

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

Color convert

RGB 119 25 83 -
CMYK 0 0.79 0.30 0.53
HSL 322.98º 0.65% 0.28% -
HSV(B) 322.98º 0.79% 0.47% -
XYZ 9.52 5.24 8.69 -
YUV 59.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 119 25 83 0 0.79 0.30 0.53 322.98 0.65 0.28
Hex 77 19 53 0 4F 1E 35 143 41 1C
Octal 167 31 123 0 117 36 65 503 101 34
Binary 1110111 11001 1010011 0 1001111 11110 110101 101000011 1000001 11100

Color Harmonies of #771953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771953

Black with #771953

Text Example


Text Example

White with #771953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771953; }

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

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

background-color css

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

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

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

border-color css

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

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

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