Html Css Color HEX #9F3741 Well Read

📋 copy color: '#9F3741'

red 159 ◦ green 55 ◦ blue 65

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

Shades of Well Read #9F3741

Tints of Well Read #9F3741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 56.99%
G = 19.71%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F3741 (or 0x9F3741) is known color: Well Read. HEX triplet: 9F, 37 and 41. RGB value is (159,55,65). Sum of RGB (Red+Green+Blue) = 159+55+65=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3741 is #60C8BE. Grayscale: #575757. Windows color (decimal): -6342847 or 4274079. OLE color: 4274079.

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

Color convert

RGB 159 55 65 -
CMYK 0 0.65 0.59 0.38
HSL 354.23º 0.49% 0.42% -
HSV(B) 354.23º 0.65% 0.62% -
XYZ 16.62 10.48 6.15 -
YUV 87.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 159 55 65 0 0.65 0.59 0.38 354.23 0.49 0.42
Hex 9F 37 41 0 41 3B 26 162 31 2A
Octal 237 67 101 0 101 73 46 542 61 52
Binary 10011111 110111 1000001 0 1000001 111011 100110 101100010 110001 101010

Color Harmonies of #9F3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3741

Black with #9F3741

Text Example


Text Example

White with #9F3741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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