#611843

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

Shades of Pompadour #611843

Tints of Pompadour #611843

Color information

#611843 (or 0x611843) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 43. RGB value is (97,24,67). Sum of RGB (Red+Green+Blue) = 97+24+67=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #611843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611843 is #9EE7BC. Grayscale: #323232. Windows color (decimal): -10414013 or 4397153. OLE color: 4397153.

HSL color Cylindrical-coordinate representation of color #611843: hue angle of 324.66º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611843 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB972467-
CMYK00.750.310.62
HSL324.66º60.33%23.73%-
HSV(B)324.66º75.26%38.04%-
XYZ6.273.65.67-
YUV50.73137.18161-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=51.60%
G=12.77%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97246700.750.310.62324.6660.3323.73
Hex61184304B1F3E1453c18
Octal14130103011337765057430
Binary1100001110001000011010010111111111111010100010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611843; }

 p { color: rgb(97,24,67); }

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

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

 a { background-color: rgb(97,24,67); }

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

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

 span { border-color: rgb(97,24,67); }

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