#9A383B

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

Shades of Well Read #9A383B

Tints of Well Read #9A383B

Color information

#9A383B (or 0x9A383B) is unknown color: approx Well Read. HEX triplet: 9A, 38 and 3B. RGB value is (154,56,59). Sum of RGB (Red+Green+Blue) = 154+56+59=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A383B is #65C7C4. Grayscale: #555555. Windows color (decimal): -6670277 or 3881114. OLE color: 3881114.

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

Color convert

RGB1545659-
CMYK00.640.620.40
HSL358.16º46.67%41.18%-
HSV(B)358.16º63.64%60.39%-
XYZ15.5310.015.25-
YUV85.64112.97176.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 59 (23.44% from 255) = 21.93%
R=57.25%
G=20.82%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154565900.640.620.40358.1646.6741.18
Hex9A383B0403E281662f29
Octal2327073010076505465751
Binary1001101011100011101101000000111110101000101100110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,56,59); }

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

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

 a { background-color: rgb(154,56,59); }

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

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

 span { border-color: rgb(154,56,59); }

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