#65143C

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

Shades of Pompadour #65143C

Tints of Pompadour #65143C

Color information

#65143C (or 0x65143C) is unknown color: approx Pompadour. HEX triplet: 65, 14 and 3C. RGB value is (101,20,60). Sum of RGB (Red+Green+Blue) = 101+20+60=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65143C is #9AEBC3. Grayscale: #303030. Windows color (decimal): -10152900 or 3937381. OLE color: 3937381.

HSL color Cylindrical-coordinate representation of color #65143C: hue angle of 330.37º 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 #65143C is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1012060-
CMYK00.800.410.60
HSL330.37º66.94%23.73%-
HSV(B)330.37º80.2%39.61%-
XYZ6.433.594.63-
YUV48.78134.34165.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=55.80%
G=11.05%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101206000.800.410.60330.3766.9423.73
Hex65143C050293C14a4318
Octal14524740120517451210330
Binary11001011010011110001010000101001111100101001010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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