#61153D

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

Shades of Pompadour #61153D

Tints of Pompadour #61153D

Color information

#61153D (or 0x61153D) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 3D. RGB value is (97,21,61). Sum of RGB (Red+Green+Blue) = 97+21+61=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61153D is #9EEAC2. Grayscale: #303030. Windows color (decimal): -10414787 or 4003169. OLE color: 4003169.

HSL color Cylindrical-coordinate representation of color #61153D: hue angle of 328.42º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61153D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB972161-
CMYK00.780.370.62
HSL328.42º64.41%23.14%-
HSV(B)328.42º78.35%38.04%-
XYZ6.043.414.76-
YUV48.28135.18162.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=54.19%
G=11.73%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97216100.780.370.62328.4264.4123.14
Hex61153D04E253E1484017
Octal14125750116457651010027
Binary11000011010111110101001110100101111110101001000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,21,61); }

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

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

 a { background-color: rgb(97,21,61); }

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

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

 span { border-color: rgb(97,21,61); }

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