#983343

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

Shades of Well Read #983343

Tints of Well Read #983343

Color information

#983343 (or 0x983343) is unknown color: approx Well Read. HEX triplet: 98, 33 and 43. RGB value is (152,51,67). Sum of RGB (Red+Green+Blue) = 152+51+67=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #983343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983343 is #67CCBC. Grayscale: #535353. Windows color (decimal): -6802621 or 4404120. OLE color: 4404120.

HSL color Cylindrical-coordinate representation of color #983343: hue angle of 350.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983343 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB1525167-
CMYK00.660.560.40
HSL350.5º49.75%39.8%-
HSV(B)350.5º66.45%59.61%-
XYZ15.159.456.34-
YUV83.02118.96177.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=56.30%
G=18.89%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152516700.660.560.40350.549.7539.8
Hex983343042382815e3228
Octal23063103010270505366250
Binary10011000110011100001101000010111000101000101011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983343; }

 p { color: rgb(152,51,67); }

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

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

 a { background-color: rgb(152,51,67); }

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

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

 span { border-color: rgb(152,51,67); }

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