#88354C

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

Shades of Camelot #88354C

Tints of Camelot #88354C

Color information

#88354C (or 0x88354C) is unknown color: approx Camelot. HEX triplet: 88, 35 and 4C. RGB value is (136,53,76). Sum of RGB (Red+Green+Blue) = 136+53+76=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88354C is #77CAB3. Grayscale: #505050. Windows color (decimal): -7850676 or 4994440. OLE color: 4994440.

HSL color Cylindrical-coordinate representation of color #88354C: hue angle of 343.37º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88354C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1365376-
CMYK00.610.440.47
HSL343.37º43.92%37.06%-
HSV(B)343.37º61.03%53.33%-
XYZ12.738.37.77-
YUV80.44125.5167.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=51.32%
G=20%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136537600.610.440.47343.3743.9237.06
Hex88354C03D2C2F1572c25
Octal2106511407554575275445
Binary1000100011010110011000111101101100101111101010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88354C; }

 p { color: rgb(136,53,76); }

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

<style>
 a { background-color: #88354C; }

 a { background-color: rgb(136,53,76); }

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

<style>
 span { border-color: #88354C; }

 span { border-color: rgb(136,53,76); }

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