#9A363C

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

Shades of Well Read #9A363C

Tints of Well Read #9A363C

Color information

#9A363C (or 0x9A363C) is unknown color: approx Well Read. HEX triplet: 9A, 36 and 3C. RGB value is (154,54,60). Sum of RGB (Red+Green+Blue) = 154+54+60=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A363C is #65C9C3. Grayscale: #545454. Windows color (decimal): -6670788 or 3946138. OLE color: 3946138.

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

Color convert

RGB1545460-
CMYK00.650.610.40
HSL356.4º48.08%40.78%-
HSV(B)356.4º64.94%60.39%-
XYZ15.469.835.36-
YUV84.58114.13177.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.46%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=57.46%
G=20.15%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154546000.650.610.40356.448.0840.78
Hex9A363C0413D281643029
Octal2326674010175505446051
Binary1001101011011011110001000001111101101000101100100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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