#98383F

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

Shades of Well Read #98383F

Tints of Well Read #98383F

Color information

#98383F (or 0x98383F) is unknown color: approx Well Read. HEX triplet: 98, 38 and 3F. RGB value is (152,56,63). Sum of RGB (Red+Green+Blue) = 152+56+63=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #98383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98383F is #67C7C0. Grayscale: #555555. Windows color (decimal): -6801345 or 4143256. OLE color: 4143256.

HSL color Cylindrical-coordinate representation of color #98383F: hue angle of 355.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98383F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1525663-
CMYK00.630.590.40
HSL355.62º46.15%40.78%-
HSV(B)355.62º63.16%59.61%-
XYZ15.269.865.8-
YUV85.5115.3175.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 63 (25% from 255) = 23.25%
R=56.09%
G=20.66%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152566300.630.590.40355.6246.1540.78
Hex98383F03F3B281642e29
Octal230707707773505445651
Binary100110001110001111110111111111011101000101100100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98383F; }

 p { color: rgb(152,56,63); }

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

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

 a { background-color: rgb(152,56,63); }

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

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

 span { border-color: rgb(152,56,63); }

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