#61133D

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

Shades of Pompadour #61133D

Tints of Pompadour #61133D

Color information

#61133D (or 0x61133D) is unknown color: approx Pompadour. HEX triplet: 61, 13 and 3D. RGB value is (97,19,61). Sum of RGB (Red+Green+Blue) = 97+19+61=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61133D is #9EECC2. Grayscale: #2F2F2F. Windows color (decimal): -10415299 or 4002657. OLE color: 4002657.

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

Color convert

RGB971961-
CMYK00.800.370.62
HSL327.69º67.24%22.75%-
HSV(B)327.69º80.41%38.04%-
XYZ63.344.74-
YUV47.11135.84163.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=54.80%
G=10.73%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97196100.800.370.62327.6967.2422.75
Hex61133D050253E1484317
Octal14123750120457651010327
Binary11000011001111110101010000100101111110101001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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