#65183D

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

Shades of Pompadour #65183D

Tints of Pompadour #65183D

Color information

#65183D (or 0x65183D) is unknown color: approx Pompadour. HEX triplet: 65, 18 and 3D. RGB value is (101,24,61). Sum of RGB (Red+Green+Blue) = 101+24+61=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #65183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65183D is #9AE7C2. Grayscale: #333333. Windows color (decimal): -10151875 or 4003941. OLE color: 4003941.

HSL color Cylindrical-coordinate representation of color #65183D: hue angle of 331.17º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65183D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1012461-
CMYK00.760.400.60
HSL331.17º61.6%24.51%-
HSV(B)331.17º76.24%39.61%-
XYZ6.543.764.8-
YUV51.24133.51163.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.30%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=54.30%
G=12.90%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101246100.760.400.60331.1761.624.51
Hex65183D04C283C14b3e19
Octal1453075011450745137631
Binary1100101110001111010100110010100011110010100101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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