#65123B

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

Shades of Pompadour #65123B

Tints of Pompadour #65123B

Color information

#65123B (or 0x65123B) is unknown color: approx Pompadour. HEX triplet: 65, 12 and 3B. RGB value is (101,18,59). Sum of RGB (Red+Green+Blue) = 101+18+59=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65123B is #9AEDC4. Grayscale: #2F2F2F. Windows color (decimal): -10153413 or 3871333. OLE color: 3871333.

HSL color Cylindrical-coordinate representation of color #65123B: hue angle of 330.36º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65123B is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1011859-
CMYK00.820.420.60
HSL330.36º69.75%23.33%-
HSV(B)330.36º82.18%39.61%-
XYZ6.373.524.48-
YUV47.49134.5166.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.74%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=56.74%
G=10.11%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101185900.820.420.60330.3669.7523.33
Hex65123B0522A3C14a4617
Octal14522730122527451210627
Binary11001011001011101101010010101010111100101001010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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