#9B383A

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

Shades of Well Read #9B383A

Tints of Well Read #9B383A

Color information

#9B383A (or 0x9B383A) is unknown color: approx Well Read. HEX triplet: 9B, 38 and 3A. RGB value is (155,56,58). Sum of RGB (Red+Green+Blue) = 155+56+58=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B383A is #64C7C5. Grayscale: #555555. Windows color (decimal): -6604742 or 3815579. OLE color: 3815579.

HSL color Cylindrical-coordinate representation of color #9B383A: hue angle of 358.79º 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 #9B383A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1555658-
CMYK00.640.630.39
HSL358.79º46.92%41.37%-
HSV(B)358.79º63.87%60.78%-
XYZ15.710.15.13-
YUV85.83112.3177.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=57.62%
G=20.82%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155565800.640.630.39358.7946.9241.37
Hex9B383A0403F271672f29
Octal2337072010077475475751
Binary1001101111100011101001000000111111100111101100111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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