#88363D

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

Shades of Well Read #88363D

Tints of Well Read #88363D

Color information

#88363D (or 0x88363D) is unknown color: approx Well Read. HEX triplet: 88, 36 and 3D. RGB value is (136,54,61). Sum of RGB (Red+Green+Blue) = 136+54+61=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88363D is #77C9C2. Grayscale: #4F4F4F. Windows color (decimal): -7850435 or 4011656. OLE color: 4011656.

HSL color Cylindrical-coordinate representation of color #88363D: hue angle of 354.88º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88363D is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1365461-
CMYK00.600.550.47
HSL354.88º43.16%37.25%-
HSV(B)354.88º60.29%53.33%-
XYZ12.318.215.35-
YUV79.32117.67168.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=54.18%
G=21.51%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136546100.600.550.47354.8843.1637.25
Hex88363D03C372F1632b25
Octal210667507467575435345
Binary100010001101101111010111100110111101111101100011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88363D; }

 p { color: rgb(136,54,61); }

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

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

 a { background-color: rgb(136,54,61); }

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

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

 span { border-color: rgb(136,54,61); }

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