Html Css Color HEX #5F3231 Persian Plum

📋 copy color: '#5F3231'

red 95 ◦ green 50 ◦ blue 49

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

Shades of Persian Plum #5F3231

Tints of Persian Plum #5F3231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 48.97%
G = 25.77%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5F3231 (or 0x5F3231) is known color: Persian Plum. HEX triplet: 5F, 32 and 31. RGB value is (95,50,49). Sum of RGB (Red+Green+Blue) = 95+50+49=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3231 is #A0CDCE. Grayscale: #3F3F3F. Windows color (decimal): -10538447 or 3224159. OLE color: 3224159.

HSL color Cylindrical-coordinate representation of color #5F3231: hue angle of 1.3º 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 #5F3231 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 50 49 -
CMYK 0 0.47 0.48 0.63
HSL 1.3º 0.32% 0.28% -
HSV(B) 1.3º 0.48% 0.37% -
XYZ 6.41 4.94 3.52 -
YUV 63.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 95 50 49 0 0.47 0.48 0.63 1.3 0.32 0.28
Hex 5F 32 31 0 2F 30 3F 1 20 1C
Octal 137 62 61 0 57 60 77 1 40 34
Binary 1011111 110010 110001 0 101111 110000 111111 1 100000 11100

Color Harmonies of #5F3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3231

Black with #5F3231

Text Example


Text Example

White with #5F3231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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