#65143D

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

Shades of Pompadour #65143D

Tints of Pompadour #65143D

Color information

#65143D (or 0x65143D) is unknown color: approx Pompadour. HEX triplet: 65, 14 and 3D. RGB value is (101,20,61). Sum of RGB (Red+Green+Blue) = 101+20+61=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65143D is #9AEBC2. Grayscale: #303030. Windows color (decimal): -10152899 or 4002917. OLE color: 4002917.

HSL color Cylindrical-coordinate representation of color #65143D: hue angle of 329.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65143D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1012061-
CMYK00.800.400.60
HSL329.63º66.94%23.73%-
HSV(B)329.63º80.2%39.61%-
XYZ6.463.64.77-
YUV48.89134.84165.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=55.49%
G=10.99%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101206100.800.400.60329.6366.9423.73
Hex65143D050283C14a4318
Octal14524750120507451210330
Binary11001011010011110101010000101000111100101001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,20,61); }

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

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

 a { background-color: rgb(101,20,61); }

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

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

 span { border-color: rgb(101,20,61); }

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