#88394E

Color #88394E Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #88394E

Tints of Camelot #88394E

Color information

#88394E (or 0x88394E) is unknown color: approx Camelot. HEX triplet: 88, 39 and 4E. RGB value is (136,57,78). Sum of RGB (Red+Green+Blue) = 136+57+78=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #88394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88394E is #77C6B1. Grayscale: #535353. Windows color (decimal): -7849650 or 5126536. OLE color: 5126536.

HSL color Cylindrical-coordinate representation of color #88394E: hue angle of 344.05º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88394E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1365778-
CMYK00.580.430.47
HSL344.05º40.93%37.84%-
HSV(B)344.05º58.09%53.33%-
XYZ12.998.718.2-
YUV83.01125.17165.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=50.18%
G=21.03%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136577800.580.430.47344.0540.9337.84
Hex88394E03A2B2F1582926
Octal2107111607253575305146
Binary1000100011100110011100111010101011101111101011000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88394E; }

 p { color: rgb(136,57,78); }

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

<style>
 a { background-color: #88394E; }

 a { background-color: rgb(136,57,78); }

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

<style>
 span { border-color: #88394E; }

 span { border-color: rgb(136,57,78); }

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