#65304B

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

Shades of Tawny Port #65304B

Tints of Tawny Port #65304B

Color information

#65304B (or 0x65304B) is unknown color: approx Tawny Port. HEX triplet: 65, 30 and 4B. RGB value is (101,48,75). Sum of RGB (Red+Green+Blue) = 101+48+75=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #65304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65304B is #9ACFB4. Grayscale: #424242. Windows color (decimal): -10145717 or 4927589. OLE color: 4927589.

HSL color Cylindrical-coordinate representation of color #65304B: hue angle of 329.43º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65304B is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1014875-
CMYK00.520.260.60
HSL329.43º35.57%29.22%-
HSV(B)329.43º52.48%39.61%-
XYZ7.695.397.29-
YUV66.92132.56152.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=45.09%
G=21.43%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101487500.520.260.60329.4335.5729.22
Hex65304B0341A3C149241d
Octal1456011306432745114435
Binary1100101110000100101101101001101011110010100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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