Html Css Color HEX #602D42 Tawny Port

📋 copy color: '#602D42'

red 96 ◦ green 45 ◦ blue 66

#602D42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #602D42

Tints of Tawny Port #602D42

RGB

 RED value IS 96 (37.89% from 255) = 46.38%

 GREEN value IS 45 (17.97% from 255) = 21.74%

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 46.38%
G = 21.74%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#602D42 (or 0x602D42) is known color: Tawny Port. HEX triplet: 60, 2D and 42. RGB value is (96,45,66). Sum of RGB (Red+Green+Blue) = 96+45+66=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D42 is #9FD2BD. Grayscale: #3E3E3E. Windows color (decimal): -10474174 or 4336992. OLE color: 4336992.

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

Color convert

RGB 96 45 66 -
CMYK 0 0.53 0.31 0.62
HSL 335.29º 0.36% 0.28% -
HSV(B) 335.29º 0.53% 0.38% -
XYZ 6.75 4.76 5.72 -
YUV 62.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 96 45 66 0 0.53 0.31 0.62 335.29 0.36 0.28
Hex 60 2D 42 0 35 1F 3E 14F 24 1C
Octal 140 55 102 0 65 37 76 517 44 34
Binary 1100000 101101 1000010 0 110101 11111 111110 101001111 100100 11100

Color Harmonies of #602D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D42

Black with #602D42

Text Example


Text Example

White with #602D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,45,66); }

 H1.HeaderClassName
 {
   color: #602D42;
 }
 .AnyTagClassName
 {
   color: #602D42;
 }
</style>

background-color css

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

 a { background-color: rgb(96,45,66); }

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

border-color css

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

 span { border-color: rgb(96,45,66); }

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