#65234B

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

Shades of Pompadour #65234B

Tints of Pompadour #65234B

Color information

#65234B (or 0x65234B) is unknown color: approx Pompadour. HEX triplet: 65, 23 and 4B. RGB value is (101,35,75). Sum of RGB (Red+Green+Blue) = 101+35+75=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65234B is #9ADCB4. Grayscale: #3B3B3B. Windows color (decimal): -10149045 or 4924261. OLE color: 4924261.

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

Color convert

RGB1013575-
CMYK00.650.260.60
HSL323.64º48.53%26.67%-
HSV(B)323.64º65.35%39.61%-
XYZ7.244.487.14-
YUV59.29136.87157.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=47.87%
G=16.59%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101357500.650.260.60323.6448.5326.67
Hex65234B0411A3C144311b
Octal14543113010132745046133
Binary11001011000111001011010000011101011110010100010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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