#95383D

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

Shades of Well Read #95383D

Tints of Well Read #95383D

Color information

#95383D (or 0x95383D) is unknown color: approx Well Read. HEX triplet: 95, 38 and 3D. RGB value is (149,56,61). Sum of RGB (Red+Green+Blue) = 149+56+61=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95383D is #6AC7C2. Grayscale: #545454. Windows color (decimal): -6997955 or 4012181. OLE color: 4012181.

HSL color Cylindrical-coordinate representation of color #95383D: hue angle of 356.77º 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 #95383D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1495661-
CMYK00.620.590.42
HSL356.77º45.37%40.2%-
HSV(B)356.77º62.42%58.43%-
XYZ14.659.555.49-
YUV84.38114.81174.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=56.02%
G=21.05%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149566100.620.590.42356.7745.3740.2
Hex95383D03E3B2A1652d28
Octal225707507673525455550
Binary100101011110001111010111110111011101010101100101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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