#651346

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

Shades of Pompadour #651346

Tints of Pompadour #651346

Color information

#651346 (or 0x651346) is unknown color: approx Pompadour. HEX triplet: 65, 13 and 46. RGB value is (101,19,70). Sum of RGB (Red+Green+Blue) = 101+19+70=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #651346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651346 is #9AECB9. Grayscale: #313131. Windows color (decimal): -10153146 or 4592485. OLE color: 4592485.

HSL color Cylindrical-coordinate representation of color #651346: hue angle of 322.68º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651346 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB1011970-
CMYK00.810.310.60
HSL322.68º68.33%23.53%-
HSV(B)322.68º81.19%39.61%-
XYZ6.713.676.15-
YUV49.33139.67164.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=53.16%
G=10%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101197000.810.310.60322.6868.3323.53
Hex6513460511F3C1434418
Octal145231060121377450310430
Binary11001011001110001100101000111111111100101000011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651346; }

 p { color: rgb(101,19,70); }

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

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

 a { background-color: rgb(101,19,70); }

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

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

 span { border-color: rgb(101,19,70); }

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