Html Css Color HEX #5F313B Siren

📋 copy color: '#5F313B'

red 95 ◦ green 49 ◦ blue 59

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

Shades of Siren #5F313B

Tints of Siren #5F313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

 BLUE value IS 59 (23.44% from 255) = 29.06%

R = 46.8%
G = 24.14%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5F313B (or 0x5F313B) is known color: Siren. HEX triplet: 5F, 31 and 3B. RGB value is (95,49,59). Sum of RGB (Red+Green+Blue) = 95+49+59=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F313B is #A0CEC4. Grayscale: #3F3F3F. Windows color (decimal): -10538693 or 3879263. OLE color: 3879263.

HSL color Cylindrical-coordinate representation of color #5F313B: hue angle of 346.96º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F313B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 49 59 -
CMYK 0 0.48 0.38 0.63
HSL 346.96º 0.32% 0.28% -
HSV(B) 346.96º 0.48% 0.37% -
XYZ 6.61 4.95 4.74 -
YUV 63.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 95 49 59 0 0.48 0.38 0.63 346.96 0.32 0.28
Hex 5F 31 3B 0 30 26 3F 15B 20 1C
Octal 137 61 73 0 60 46 77 533 40 34
Binary 1011111 110001 111011 0 110000 100110 111111 101011011 100000 11100

Color Harmonies of #5F313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F313B

Black with #5F313B

Text Example


Text Example

White with #5F313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,49,59); }

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

background-color css

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

 a { background-color: rgb(95,49,59); }

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

border-color css

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

 span { border-color: rgb(95,49,59); }

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