Html Css Color HEX #9F383F Well Read

📋 copy color: '#9F383F'

red 159 ◦ green 56 ◦ blue 63

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

Shades of Well Read #9F383F

Tints of Well Read #9F383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 63 (25% from 255) = 22.66%

R = 57.19%
G = 20.14%
B = 22.66%

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

#9F383F (or 0x9F383F) is known color: Well Read. HEX triplet: 9F, 38 and 3F. RGB value is (159,56,63). Sum of RGB (Red+Green+Blue) = 159+56+63=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F383F is #60C7C0. Grayscale: #575757. Windows color (decimal): -6342593 or 4143263. OLE color: 4143263.

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

Color convert

RGB 159 56 63 -
CMYK 0 0.65 0.60 0.38
HSL 355.92º 0.48% 0.42% -
HSV(B) 355.92º 0.65% 0.62% -
XYZ 16.61 10.56 5.87 -
YUV 87.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 159 56 63 0 0.65 0.60 0.38 355.92 0.48 0.42
Hex 9F 38 3F 0 41 3C 26 164 30 2A
Octal 237 70 77 0 101 74 46 544 60 52
Binary 10011111 111000 111111 0 1000001 111100 100110 101100100 110000 101010

Color Harmonies of #9F383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F383F

Black with #9F383F

Text Example


Text Example

White with #9F383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,56,63); }

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

background-color css

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

 a { background-color: rgb(159,56,63); }

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

border-color css

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

 span { border-color: rgb(159,56,63); }

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