Html Css Color HEX #9F3740 Well Read

📋 copy color: '#9F3740'

red 159 ◦ green 55 ◦ blue 64

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

Shades of Well Read #9F3740

Tints of Well Read #9F3740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 57.19%
G = 19.78%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F3740 (or 0x9F3740) is known color: Well Read. HEX triplet: 9F, 37 and 40. RGB value is (159,55,64). Sum of RGB (Red+Green+Blue) = 159+55+64=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3740 is #60C8BF. Grayscale: #575757. Windows color (decimal): -6342848 or 4208543. OLE color: 4208543.

HSL color Cylindrical-coordinate representation of color #9F3740: hue angle of 354.81º 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 #9F3740 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 55 64 -
CMYK 0 0.65 0.60 0.38
HSL 354.81º 0.49% 0.42% -
HSV(B) 354.81º 0.65% 0.62% -
XYZ 16.59 10.47 6 -
YUV 87.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 159 55 64 0 0.65 0.60 0.38 354.81 0.49 0.42
Hex 9F 37 40 0 41 3C 26 163 31 2A
Octal 237 67 100 0 101 74 46 543 61 52
Binary 10011111 110111 1000000 0 1000001 111100 100110 101100011 110001 101010

Color Harmonies of #9F3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3740

Black with #9F3740

Text Example


Text Example

White with #9F3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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