#94353C

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

Shades of Well Read #94353C

Tints of Well Read #94353C

Color information

#94353C (or 0x94353C) is unknown color: approx Well Read. HEX triplet: 94, 35 and 3C. RGB value is (148,53,60). Sum of RGB (Red+Green+Blue) = 148+53+60=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94353C is #6BCAC3. Grayscale: #525252. Windows color (decimal): -7064260 or 3945876. OLE color: 3945876.

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

Color convert

RGB1485360-
CMYK00.640.590.42
HSL355.58º47.26%39.41%-
HSV(B)355.58º64.19%58.04%-
XYZ14.39.175.29-
YUV82.2115.47174.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=56.70%
G=20.31%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148536000.640.590.42355.5847.2639.41
Hex94353C0403B2A1642f27
Octal2246574010073525445747
Binary1001010011010111110001000000111011101010101100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94353C; }

 p { color: rgb(148,53,60); }

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

<style>
 a { background-color: #94353C; }

 a { background-color: rgb(148,53,60); }

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

<style>
 span { border-color: #94353C; }

 span { border-color: rgb(148,53,60); }

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