#8E3335

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

Shades of Well Read #8E3335

Tints of Well Read #8E3335

Color information

#8E3335 (or 0x8E3335) is unknown color: approx Well Read. HEX triplet: 8E, 33 and 35. RGB value is (142,51,53). Sum of RGB (Red+Green+Blue) = 142+51+53=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3335 is #71CCCA. Grayscale: #4E4E4E. Windows color (decimal): -7457995 or 3486606. OLE color: 3486606.

HSL color Cylindrical-coordinate representation of color #8E3335: hue angle of 358.68º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3335 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1425153-
CMYK00.640.630.44
HSL358.68º47.15%37.84%-
HSV(B)358.68º64.08%55.69%-
XYZ12.988.384.3-
YUV78.44113.65173.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=57.72%
G=20.73%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142515300.640.630.44358.6847.1537.84
Hex8E33350403F2C1672f26
Octal2166365010077545475746
Binary1000111011001111010101000000111111101100101100111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,53); }

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

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

 a { background-color: rgb(142,51,53); }

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

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

 span { border-color: rgb(142,51,53); }

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