#9A363A

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

Shades of Well Read #9A363A

Tints of Well Read #9A363A

Color information

#9A363A (or 0x9A363A) is unknown color: approx Well Read. HEX triplet: 9A, 36 and 3A. RGB value is (154,54,58). Sum of RGB (Red+Green+Blue) = 154+54+58=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A363A is #65C9C5. Grayscale: #545454. Windows color (decimal): -6670790 or 3815066. OLE color: 3815066.

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

Color convert

RGB1545458-
CMYK00.650.620.40
HSL357.6º48.08%40.78%-
HSV(B)357.6º64.94%60.39%-
XYZ15.419.815.09-
YUV84.36113.13177.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.89%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=57.89%
G=20.30%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154545800.650.620.40357.648.0840.78
Hex9A363A0413E281663029
Octal2326672010176505466051
Binary1001101011011011101001000001111110101000101100110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,54,58); }

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

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

 a { background-color: rgb(154,54,58); }

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

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

 span { border-color: rgb(154,54,58); }

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