#8F3842

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

Shades of Well Read #8F3842

Tints of Well Read #8F3842

Color information

#8F3842 (or 0x8F3842) is unknown color: approx Well Read. HEX triplet: 8F, 38 and 42. RGB value is (143,56,66). Sum of RGB (Red+Green+Blue) = 143+56+66=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3842 is #70C7BD. Grayscale: #535353. Windows color (decimal): -7391166 or 4339855. OLE color: 4339855.

HSL color Cylindrical-coordinate representation of color #8F3842: hue angle of 353.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3842 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1435666-
CMYK00.610.540.44
HSL353.1º43.72%39.02%-
HSV(B)353.1º60.84%56.08%-
XYZ13.739.066.18-
YUV83.15118.32170.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.96%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=53.96%
G=21.13%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143566600.610.540.44353.143.7239.02
Hex8F384203D362C1612c27
Octal2177010207566545415447
Binary1000111111100010000100111101110110101100101100001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F3842; }

 p { color: rgb(143,56,66); }

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

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

 a { background-color: rgb(143,56,66); }

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

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

 span { border-color: rgb(143,56,66); }

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