#77103D

Color #77103D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #77103D

Tints of Pompadour #77103D

Color information

#77103D (or 0x77103D) is unknown color: approx Pompadour. HEX triplet: 77, 10 and 3D. RGB value is (119,16,61). Sum of RGB (Red+Green+Blue) = 119+16+61=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77103D is #88EFC2. Grayscale: #333333. Windows color (decimal): -8974275 or 4001911. OLE color: 4001911.

HSL color Cylindrical-coordinate representation of color #77103D: hue angle of 333.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77103D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1191661-
CMYK00.870.490.53
HSL333.79º76.3%26.47%-
HSV(B)333.79º86.55%46.67%-
XYZ8.644.634.85-
YUV51.93133.12175.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=60.71%
G=8.16%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119166100.870.490.53333.7976.326.47
Hex77103D057313514e4c1a
Octal16720750127616551611432
Binary11101111000011110101010111110001110101101001110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77103D; }

 p { color: rgb(119,16,61); }

 H1.HeaderClassName
 {
   color: #77103D;
 }
 .AnyTagClassName
 {
   color: #77103D;
 }
</style>
background-color css

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

 a { background-color: rgb(119,16,61); }

 div.DivClassName
 {
   background-color: #77103D;
 }
 .BgClassName
 {
   background-color: #77103D;
 }
</style>
border-color css

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

 span { border-color: rgb(119,16,61); }

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