Html Css Color HEX #771343 Pompadour

📋 copy color: '#771343'

red 119 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #771343

Tints of Pompadour #771343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 67 (26.56% from 255) = 32.68%

R = 58.05%
G = 9.27%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#771343 (or 0x771343) is known color: Pompadour. HEX triplet: 77, 13 and 43. RGB value is (119,19,67). Sum of RGB (Red+Green+Blue) = 119+19+67=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771343 is #88ECBC. Grayscale: #363636. Windows color (decimal): -8973501 or 4395895. OLE color: 4395895.

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

Color convert

RGB 119 19 67 -
CMYK 0 0.84 0.44 0.53
HSL 331.2º 0.72% 0.27% -
HSV(B) 331.2º 0.84% 0.47% -
XYZ 8.85 4.79 5.77 -
YUV 54.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 119 19 67 0 0.84 0.44 0.53 331.2 0.72 0.27
Hex 77 13 43 0 54 2C 35 14B 48 1B
Octal 167 23 103 0 124 54 65 513 110 33
Binary 1110111 10011 1000011 0 1010100 101100 110101 101001011 1001000 11011

Color Harmonies of #771343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771343

Black with #771343

Text Example


Text Example

White with #771343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771343; }

 p { color: rgb(119,19,67); }

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

background-color css

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

 a { background-color: rgb(119,19,67); }

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

border-color css

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

 span { border-color: rgb(119,19,67); }

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