#65143B

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

Shades of Pompadour #65143B

Tints of Pompadour #65143B

Color information

#65143B (or 0x65143B) is unknown color: approx Pompadour. HEX triplet: 65, 14 and 3B. RGB value is (101,20,59). Sum of RGB (Red+Green+Blue) = 101+20+59=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65143B is #9AEBC4. Grayscale: #303030. Windows color (decimal): -10152901 or 3871845. OLE color: 3871845.

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

Color convert

RGB1012059-
CMYK00.800.420.60
HSL331.11º66.94%23.73%-
HSV(B)331.11º80.2%39.61%-
XYZ6.413.584.49-
YUV48.66133.84165.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.11%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=56.11%
G=11.11%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101205900.800.420.60331.1166.9423.73
Hex65143B0502A3C14b4318
Octal14524730120527451310330
Binary11001011010011101101010000101010111100101001011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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