#993641

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

Shades of Well Read #993641

Tints of Well Read #993641

Color information

#993641 (or 0x993641) is unknown color: approx Well Read. HEX triplet: 99, 36 and 41. RGB value is (153,54,65). Sum of RGB (Red+Green+Blue) = 153+54+65=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993641 is #66C9BE. Grayscale: #545454. Windows color (decimal): -6736319 or 4273817. OLE color: 4273817.

HSL color Cylindrical-coordinate representation of color #993641: hue angle of 353.33º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993641 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1535465-
CMYK00.650.580.4
HSL353.33º47.83%40.59%-
HSV(B)353.33º64.71%60%-
XYZ15.419.796.08-
YUV84.85116.8176.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=56.25%
G=19.85%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153546500.650.580.4353.3347.8340.59
Hex9936410413A281613029
Octal23166101010172505416051
Binary10011001110110100000101000001111010101000101100001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993641; }

 p { color: rgb(153,54,65); }

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

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

 a { background-color: rgb(153,54,65); }

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

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

 span { border-color: rgb(153,54,65); }

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