#65233F

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

Shades of Pompadour #65233F

Tints of Pompadour #65233F

Color information

#65233F (or 0x65233F) is unknown color: approx Pompadour. HEX triplet: 65, 23 and 3F. RGB value is (101,35,63). Sum of RGB (Red+Green+Blue) = 101+35+63=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65233F is #9ADCC0. Grayscale: #393939. Windows color (decimal): -10149057 or 4137829. OLE color: 4137829.

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

Color convert

RGB1013563-
CMYK00.650.380.60
HSL334.55º48.53%26.67%-
HSV(B)334.55º65.35%39.61%-
XYZ6.874.335.18-
YUV57.93130.87158.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 63 (25% from 255) = 31.66%
R=50.75%
G=17.59%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101356300.650.380.60334.5548.5326.67
Hex65233F041263C14f311b
Octal1454377010146745176133
Binary11001011000111111110100000110011011110010100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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