#95383B

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

Shades of Well Read #95383B

Tints of Well Read #95383B

Color information

#95383B (or 0x95383B) is unknown color: approx Well Read. HEX triplet: 95, 38 and 3B. RGB value is (149,56,59). Sum of RGB (Red+Green+Blue) = 149+56+59=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95383B is #6AC7C4. Grayscale: #545454. Windows color (decimal): -6997957 or 3881109. OLE color: 3881109.

HSL color Cylindrical-coordinate representation of color #95383B: hue angle of 358.06º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95383B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1495659-
CMYK00.620.600.42
HSL358.06º45.37%40.2%-
HSV(B)358.06º62.42%58.43%-
XYZ14.69.535.21-
YUV84.15113.81174.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=56.44%
G=21.21%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149565900.620.600.42358.0645.3740.2
Hex95383B03E3C2A1662d28
Octal225707307674525465550
Binary100101011110001110110111110111100101010101100110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95383B; }

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

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

<style>
 a { background-color: #95383B; }

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

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

<style>
 span { border-color: #95383B; }

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

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