Html Css Color HEX #602F48 Tawny Port

📋 copy color: '#602F48'

red 96 ◦ green 47 ◦ blue 72

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

Shades of Tawny Port #602F48

Tints of Tawny Port #602F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 44.65%
G = 21.86%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#602F48 (or 0x602F48) is known color: Tawny Port. HEX triplet: 60, 2F and 48. RGB value is (96,47,72). Sum of RGB (Red+Green+Blue) = 96+47+72=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #602F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F48 is #9FD0B7. Grayscale: #404040. Windows color (decimal): -10473656 or 4730720. OLE color: 4730720.

HSL color Cylindrical-coordinate representation of color #602F48: hue angle of 329.39º 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 #602F48 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 72 -
CMYK 0 0.51 0.25 0.62
HSL 329.39º 0.34% 0.28% -
HSV(B) 329.39º 0.51% 0.38% -
XYZ 7.01 4.99 6.72 -
YUV 64.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 96 47 72 0 0.51 0.25 0.62 329.39 0.34 0.28
Hex 60 2F 48 0 33 19 3E 149 22 1C
Octal 140 57 110 0 63 31 76 511 42 34
Binary 1100000 101111 1001000 0 110011 11001 111110 101001001 100010 11100

Color Harmonies of #602F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F48

Black with #602F48

Text Example


Text Example

White with #602F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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