#761339

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

Shades of Pompadour #761339

Tints of Pompadour #761339

Color information

#761339 (or 0x761339) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 39. RGB value is (118,19,57). Sum of RGB (Red+Green+Blue) = 118+19+57=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #761339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761339 is #89ECC6. Grayscale: #343434. Windows color (decimal): -9039047 or 3740534. OLE color: 3740534.

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

Color convert

RGB1181957-
CMYK00.840.520.54
HSL336.97º72.26%26.86%-
HSV(B)336.97º83.9%46.27%-
XYZ8.444.614.32-
YUV52.93130.3174.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=60.82%
G=9.79%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118195700.840.520.54336.9772.2626.86
Hex7613390543436151481b
Octal16623710124646652111033
Binary11101101001111100101010100110100110110101010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761339; }

 p { color: rgb(118,19,57); }

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

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

 a { background-color: rgb(118,19,57); }

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

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

 span { border-color: rgb(118,19,57); }

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