#88394F

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

Shades of Camelot #88394F

Tints of Camelot #88394F

Color information

#88394F (or 0x88394F) is unknown color: approx Camelot. HEX triplet: 88, 39 and 4F. RGB value is (136,57,79). Sum of RGB (Red+Green+Blue) = 136+57+79=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #88394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88394F is #77C6B0. Grayscale: #535353. Windows color (decimal): -7849649 or 5192072. OLE color: 5192072.

HSL color Cylindrical-coordinate representation of color #88394F: hue angle of 343.29º 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 #88394F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1365779-
CMYK00.580.420.47
HSL343.29º40.93%37.84%-
HSV(B)343.29º58.09%53.33%-
XYZ13.038.738.39-
YUV83.13125.67165.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=50%
G=20.96%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136577900.580.420.47343.2940.9337.84
Hex88394F03A2A2F1572926
Octal2107111707252575275146
Binary1000100011100110011110111010101010101111101010111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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