#652343

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

Shades of Pompadour #652343

Tints of Pompadour #652343

Color information

#652343 (or 0x652343) is unknown color: approx Pompadour. HEX triplet: 65, 23 and 43. RGB value is (101,35,67). Sum of RGB (Red+Green+Blue) = 101+35+67=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #652343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652343 is #9ADCBC. Grayscale: #3A3A3A. Windows color (decimal): -10149053 or 4399973. OLE color: 4399973.

HSL color Cylindrical-coordinate representation of color #652343: hue angle of 330.91º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652343 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB1013567-
CMYK00.650.340.60
HSL330.91º48.53%26.67%-
HSV(B)330.91º65.35%39.61%-
XYZ6.984.375.79-
YUV58.38132.87158.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=49.75%
G=17.24%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101356700.650.340.60330.9148.5326.67
Hex652343041223C14b311b
Octal14543103010142745136133
Binary110010110001110000110100000110001011110010100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652343; }

 p { color: rgb(101,35,67); }

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

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

 a { background-color: rgb(101,35,67); }

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

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

 span { border-color: rgb(101,35,67); }

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