#94353A

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

Shades of Well Read #94353A

Tints of Well Read #94353A

Color information

#94353A (or 0x94353A) is unknown color: approx Well Read. HEX triplet: 94, 35 and 3A. RGB value is (148,53,58). Sum of RGB (Red+Green+Blue) = 148+53+58=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94353A is #6BCAC5. Grayscale: #525252. Windows color (decimal): -7064262 or 3814804. OLE color: 3814804.

HSL color Cylindrical-coordinate representation of color #94353A: hue angle of 356.84º 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 #94353A is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1485358-
CMYK00.640.610.42
HSL356.84º47.26%39.41%-
HSV(B)356.84º64.19%58.04%-
XYZ14.259.155.02-
YUV81.98114.47175.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=57.14%
G=20.46%
B=22.39%

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
Decimal148535800.640.610.42356.8447.2639.41
Hex94353A0403D2A1652f27
Octal2246572010075525455747
Binary1001010011010111101001000000111101101010101100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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