Html Css Color HEX #9F383E Well Read

📋 copy color: '#9F383E'

red 159 ◦ green 56 ◦ blue 62

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

Shades of Well Read #9F383E

Tints of Well Read #9F383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 57.4%
G = 20.22%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F383E (or 0x9F383E) is known color: Well Read. HEX triplet: 9F, 38 and 3E. RGB value is (159,56,62). Sum of RGB (Red+Green+Blue) = 159+56+62=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F383E is #60C7C1. Grayscale: #575757. Windows color (decimal): -6342594 or 4077727. OLE color: 4077727.

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

Color convert

RGB 159 56 62 -
CMYK 0 0.65 0.61 0.38
HSL 356.5º 0.48% 0.42% -
HSV(B) 356.5º 0.65% 0.62% -
XYZ 16.58 10.55 5.72 -
YUV 87.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 159 56 62 0 0.65 0.61 0.38 356.5 0.48 0.42
Hex 9F 38 3E 0 41 3D 26 165 30 2A
Octal 237 70 76 0 101 75 46 545 60 52
Binary 10011111 111000 111110 0 1000001 111101 100110 101100101 110000 101010

Color Harmonies of #9F383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F383E

Black with #9F383E

Text Example


Text Example

White with #9F383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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