Html Css Color HEX #9F5141 Crail

📋 copy color: '#9F5141'

red 159 ◦ green 81 ◦ blue 65

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

Shades of Crail #9F5141

Tints of Crail #9F5141

RGB

 RED value IS 159 (62.5% from 255) = 52.13%

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 52.13%
G = 26.56%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F5141 (or 0x9F5141) is known color: Crail. HEX triplet: 9F, 51 and 41. RGB value is (159,81,65). Sum of RGB (Red+Green+Blue) = 159+81+65=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5141 is #60AEBE. Grayscale: #666666. Windows color (decimal): -6336191 or 4280735. OLE color: 4280735.

HSL color Cylindrical-coordinate representation of color #9F5141: hue angle of 10.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F5141 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 65 -
CMYK 0 0.49 0.59 0.38
HSL 10.21º 0.42% 0.44% -
HSV(B) 10.21º 0.59% 0.62% -
XYZ 18.19 13.64 6.67 -
YUV 102.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 159 81 65 0 0.49 0.59 0.38 10.21 0.42 0.44
Hex 9F 51 41 0 31 3B 26 A 2A 2C
Octal 237 121 101 0 61 73 46 12 52 54
Binary 10011111 1010001 1000001 0 110001 111011 100110 1010 101010 101100

Color Harmonies of #9F5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5141

Black with #9F5141

Text Example


Text Example

White with #9F5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5141; }

 p { color: rgb(159,81,65); }

 H1.HeaderClassName
 {
   color: #9F5141;
 }
 .AnyTagClassName
 {
   color: #9F5141;
 }
</style>

background-color css

<style>
 a { background-color: #9F5141; }

 a { background-color: rgb(159,81,65); }

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

border-color css

<style>
 span { border-color: #9F5141; }

 span { border-color: rgb(159,81,65); }

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