#77103A

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

Shades of Pompadour #77103A

Tints of Pompadour #77103A

Color information

#77103A (or 0x77103A) is unknown color: approx Pompadour. HEX triplet: 77, 10 and 3A. RGB value is (119,16,58). Sum of RGB (Red+Green+Blue) = 119+16+58=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #77103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77103A is #88EFC5. Grayscale: #333333. Windows color (decimal): -8974278 or 3805303. OLE color: 3805303.

HSL color Cylindrical-coordinate representation of color #77103A: hue angle of 335.53º 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 #77103A is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1191658-
CMYK00.870.510.53
HSL335.53º76.3%26.47%-
HSV(B)335.53º86.55%46.67%-
XYZ8.564.64.44-
YUV51.58131.62176.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=61.66%
G=8.29%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119165800.870.510.53335.5376.326.47
Hex77103A05733351504c1a
Octal16720720127636552011432
Binary11101111000011101001010111110011110101101010000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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