#602F47

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

Shades of Tawny Port #602F47

Tints of Tawny Port #602F47

Color information

#602F47 (or 0x602F47) is unknown color: approx Tawny Port. HEX triplet: 60, 2F and 47. RGB value is (96,47,71). Sum of RGB (Red+Green+Blue) = 96+47+71=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #602F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F47 is #9FD0B8. Grayscale: #404040. Windows color (decimal): -10473657 or 4665184. OLE color: 4665184.

HSL color Cylindrical-coordinate representation of color #602F47: hue angle of 330.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F47 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB964771-
CMYK00.510.260.62
HSL330.61º34.27%28.04%-
HSV(B)330.61º51.04%37.65%-
XYZ6.984.976.55-
YUV64.39131.73150.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=44.86%
G=21.96%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96477100.510.260.62330.6134.2728.04
Hex602F470331A3E14b221c
Octal1405710706332765134234
Binary1100000101111100011101100111101011111010100101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602F47; }

 p { color: rgb(96,47,71); }

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

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

 a { background-color: rgb(96,47,71); }

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

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

 span { border-color: rgb(96,47,71); }

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