Html Css Color HEX #771E3F Pompadour

📋 copy color: '#771E3F'

red 119 ◦ green 30 ◦ blue 63

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

Shades of Pompadour #771E3F

Tints of Pompadour #771E3F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.15%

 BLUE value IS 63 (25% from 255) = 29.72%

R = 56.13%
G = 14.15%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#771E3F (or 0x771E3F) is known color: Pompadour. HEX triplet: 77, 1E and 3F. RGB value is (119,30,63). Sum of RGB (Red+Green+Blue) = 119+30+63=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3F is #88E1C0. Grayscale: #3C3C3C. Windows color (decimal): -8970689 or 4136567. OLE color: 4136567.

HSL color Cylindrical-coordinate representation of color #771E3F: hue angle of 337.75º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E3F is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 63 -
CMYK 0 0.75 0.47 0.53
HSL 337.75º 0.6% 0.29% -
HSV(B) 337.75º 0.75% 0.47% -
XYZ 8.97 5.21 5.24 -
YUV 60.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 119 30 63 0 0.75 0.47 0.53 337.75 0.6 0.29
Hex 77 1E 3F 0 4B 2F 35 152 3C 1D
Octal 167 36 77 0 113 57 65 522 74 35
Binary 1110111 11110 111111 0 1001011 101111 110101 101010010 111100 11101

Color Harmonies of #771E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E3F

Black with #771E3F

Text Example


Text Example

White with #771E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E3F; }

 p { color: rgb(119,30,63); }

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

background-color css

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

 a { background-color: rgb(119,30,63); }

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

border-color css

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

 span { border-color: rgb(119,30,63); }

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