#611638

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

Shades of Pompadour #611638

Tints of Pompadour #611638

Color information

#611638 (or 0x611638) is unknown color: approx Pompadour. HEX triplet: 61, 16 and 38. RGB value is (97,22,56). Sum of RGB (Red+Green+Blue) = 97+22+56=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #611638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611638 is #9EE9C7. Grayscale: #303030. Windows color (decimal): -10414536 or 3675745. OLE color: 3675745.

HSL color Cylindrical-coordinate representation of color #611638: hue angle of 332.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611638 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB972256-
CMYK00.770.420.62
HSL332.8º63.03%23.33%-
HSV(B)332.8º77.32%38.04%-
XYZ5.933.44.09-
YUV48.3132.35162.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 56 (22.27% from 255) = 32%
R=55.43%
G=12.57%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97225600.770.420.62332.863.0323.33
Hex61163804D2A3E14d3f17
Octal1412670011552765157727
Binary1100001101101110000100110110101011111010100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611638; }

 p { color: rgb(97,22,56); }

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

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

 a { background-color: rgb(97,22,56); }

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

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

 span { border-color: rgb(97,22,56); }

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