#95363A

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

Shades of Well Read #95363A

Tints of Well Read #95363A

Color information

#95363A (or 0x95363A) is unknown color: approx Well Read. HEX triplet: 95, 36 and 3A. RGB value is (149,54,58). Sum of RGB (Red+Green+Blue) = 149+54+58=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95363A is #6AC9C5. Grayscale: #525252. Windows color (decimal): -6998470 or 3815061. OLE color: 3815061.

HSL color Cylindrical-coordinate representation of color #95363A: hue angle of 357.47º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95363A is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1495458-
CMYK00.640.610.42
HSL357.47º46.8%39.8%-
HSV(B)357.47º63.76%58.43%-
XYZ14.489.335.04-
YUV82.86113.97175.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=57.09%
G=20.69%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149545800.640.610.42357.4746.839.8
Hex95363A0403D2A1652f28
Octal2256672010075525455750
Binary1001010111011011101001000000111101101010101100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95363A; }

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

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

<style>
 a { background-color: #95363A; }

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

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

<style>
 span { border-color: #95363A; }

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

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