#9B383F

Color #9B383F Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #9B383F

Tints of Well Read #9B383F

Color information

#9B383F (or 0x9B383F) is unknown color: approx Well Read. HEX triplet: 9B, 38 and 3F. RGB value is (155,56,63). Sum of RGB (Red+Green+Blue) = 155+56+63=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B383F is #64C7C0. Grayscale: #565656. Windows color (decimal): -6604737 or 4143259. OLE color: 4143259.

HSL color Cylindrical-coordinate representation of color #9B383F: hue angle of 355.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B383F is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1555663-
CMYK00.640.590.39
HSL355.76º46.92%41.37%-
HSV(B)355.76º63.87%60.78%-
XYZ15.8310.165.83-
YUV86.4114.8176.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 63 (25% from 255) = 22.99%
R=56.57%
G=20.44%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155566300.640.590.39355.7646.9241.37
Hex9B383F0403B271642f29
Octal2337077010073475445751
Binary1001101111100011111101000000111011100111101100100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B383F;
 }
 .AnyTagClassName
 {
   color: #9B383F;
 }
</style>
background-color css

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

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

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

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

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

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