#94353B

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

Shades of Well Read #94353B

Tints of Well Read #94353B

Color information

#94353B (or 0x94353B) is unknown color: approx Well Read. HEX triplet: 94, 35 and 3B. RGB value is (148,53,59). Sum of RGB (Red+Green+Blue) = 148+53+59=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94353B is #6BCAC4. Grayscale: #525252. Windows color (decimal): -7064261 or 3880340. OLE color: 3880340.

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

Color convert

RGB1485359-
CMYK00.640.600.42
HSL356.21º47.26%39.41%-
HSV(B)356.21º64.19%58.04%-
XYZ14.289.165.15-
YUV82.09114.97175.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=56.92%
G=20.38%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148535900.640.600.42356.2147.2639.41
Hex94353B0403C2A1642f27
Octal2246573010074525445747
Binary1001010011010111101101000000111100101010101100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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