Html Css Color HEX #5F3348 Tawny Port

📋 copy color: '#5F3348'

red 95 ◦ green 51 ◦ blue 72

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

Shades of Tawny Port #5F3348

Tints of Tawny Port #5F3348

RGB

 RED value IS 95 (37.5% from 255) = 43.58%

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 43.58%
G = 23.39%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5F3348 (or 0x5F3348) is known color: Tawny Port. HEX triplet: 5F, 33 and 48. RGB value is (95,51,72). Sum of RGB (Red+Green+Blue) = 95+51+72=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3348 is #A0CCB7. Grayscale: #424242. Windows color (decimal): -10538168 or 4731743. OLE color: 4731743.

HSL color Cylindrical-coordinate representation of color #5F3348: hue angle of 331.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F3348 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 51 72 -
CMYK 0 0.46 0.24 0.63
HSL 331.36º 0.3% 0.29% -
HSV(B) 331.36º 0.46% 0.37% -
XYZ 7.07 5.27 6.78 -
YUV 66.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 95 51 72 0 0.46 0.24 0.63 331.36 0.3 0.29
Hex 5F 33 48 0 2E 18 3F 14B 1E 1D
Octal 137 63 110 0 56 30 77 513 36 35
Binary 1011111 110011 1001000 0 101110 11000 111111 101001011 11110 11101

Color Harmonies of #5F3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3348

Black with #5F3348

Text Example


Text Example

White with #5F3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F3348; }

 p { color: rgb(95,51,72); }

 H1.HeaderClassName
 {
   color: #5F3348;
 }
 .AnyTagClassName
 {
   color: #5F3348;
 }
</style>

background-color css

<style>
 a { background-color: #5F3348; }

 a { background-color: rgb(95,51,72); }

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

border-color css

<style>
 span { border-color: #5F3348; }

 span { border-color: rgb(95,51,72); }

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