Html Css Color HEX #5B2F42 Tawny Port

📋 copy color: '#5B2F42'

red 91 ◦ green 47 ◦ blue 66

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

Shades of Tawny Port #5B2F42

Tints of Tawny Port #5B2F42

RGB

 RED value IS 91 (35.94% from 255) = 44.61%

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

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

R = 44.61%
G = 23.04%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#5B2F42 (or 0x5B2F42) is known color: Tawny Port. HEX triplet: 5B, 2F and 42. RGB value is (91,47,66). Sum of RGB (Red+Green+Blue) = 91+47+66=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2F42 is #A4D0BD. Grayscale: #3E3E3E. Windows color (decimal): -10801342 or 4337499. OLE color: 4337499.

HSL color Cylindrical-coordinate representation of color #5B2F42: hue angle of 334.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B2F42 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 47 66 -
CMYK 0 0.48 0.27 0.64
HSL 334.09º 0.32% 0.27% -
HSV(B) 334.09º 0.48% 0.36% -
XYZ 6.31 4.65 5.72 -
YUV 62.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 91 47 66 0 0.48 0.27 0.64 334.09 0.32 0.27
Hex 5B 2F 42 0 30 1B 40 14E 20 1B
Octal 133 57 102 0 60 33 100 516 40 33
Binary 1011011 101111 1000010 0 110000 11011 1000000 101001110 100000 11011

Color Harmonies of #5B2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2F42

Black with #5B2F42

Text Example


Text Example

White with #5B2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,47,66); }

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

background-color css

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

 a { background-color: rgb(91,47,66); }

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

border-color css

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

 span { border-color: rgb(91,47,66); }

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