#943336

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

Shades of Well Read #943336

Tints of Well Read #943336

Color information

#943336 (or 0x943336) is unknown color: approx Well Read. HEX triplet: 94, 33 and 36. RGB value is (148,51,54). Sum of RGB (Red+Green+Blue) = 148+51+54=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943336 is #6BCCC9. Grayscale: #505050. Windows color (decimal): -7064778 or 3552148. OLE color: 3552148.

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

Color convert

RGB1485154-
CMYK00.660.640.42
HSL358.14º48.74%39.02%-
HSV(B)358.14º65.54%58.04%-
XYZ14.068.934.47-
YUV80.34113.14176.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.50%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=58.50%
G=20.16%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148515400.660.640.42358.1448.7439.02
Hex943336042402A1663127
Octal22463660102100525466147
Binary10010100110011110110010000101000000101010101100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943336; }

 p { color: rgb(148,51,54); }

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

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

 a { background-color: rgb(148,51,54); }

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

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

 span { border-color: rgb(148,51,54); }

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