#99383A

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

Shades of Well Read #99383A

Tints of Well Read #99383A

Color information

#99383A (or 0x99383A) is unknown color: approx Well Read. HEX triplet: 99, 38 and 3A. RGB value is (153,56,58). Sum of RGB (Red+Green+Blue) = 153+56+58=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99383A is #66C7C5. Grayscale: #555555. Windows color (decimal): -6735814 or 3815577. OLE color: 3815577.

HSL color Cylindrical-coordinate representation of color #99383A: hue angle of 358.76º 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 #99383A is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB1535658-
CMYK00.630.620.4
HSL358.76º46.41%40.98%-
HSV(B)358.76º63.4%60%-
XYZ15.319.915.11-
YUV85.23112.64176.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=57.30%
G=20.97%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153565800.630.620.4358.7646.4140.98
Hex99383A03F3E281672e29
Octal231707207776505475651
Binary100110011110001110100111111111110101000101100111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99383A; }

 p { color: rgb(153,56,58); }

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

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

 a { background-color: rgb(153,56,58); }

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

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

 span { border-color: rgb(153,56,58); }

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