#65233E

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

Shades of Pompadour #65233E

Tints of Pompadour #65233E

Color information

#65233E (or 0x65233E) is unknown color: approx Pompadour. HEX triplet: 65, 23 and 3E. RGB value is (101,35,62). Sum of RGB (Red+Green+Blue) = 101+35+62=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65233E is #9ADCC1. Grayscale: #393939. Windows color (decimal): -10149058 or 4072293. OLE color: 4072293.

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

Color convert

RGB1013562-
CMYK00.650.390.60
HSL335.45º48.53%26.67%-
HSV(B)335.45º65.35%39.61%-
XYZ6.844.325.03-
YUV57.81130.37158.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=51.01%
G=17.68%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101356200.650.390.60335.4548.5326.67
Hex65233E041273C14f311b
Octal1454376010147745176133
Binary11001011000111111100100000110011111110010100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65233E; }

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

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

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

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

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

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

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

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