#88354D

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

Shades of Camelot #88354D

Tints of Camelot #88354D

Color information

#88354D (or 0x88354D) is unknown color: approx Camelot. HEX triplet: 88, 35 and 4D. RGB value is (136,53,77). Sum of RGB (Red+Green+Blue) = 136+53+77=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88354D is #77CAB2. Grayscale: #505050. Windows color (decimal): -7850675 or 5059976. OLE color: 5059976.

HSL color Cylindrical-coordinate representation of color #88354D: hue angle of 342.65º 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 #88354D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1365377-
CMYK00.610.430.47
HSL342.65º43.92%37.06%-
HSV(B)342.65º61.03%53.33%-
XYZ12.778.327.95-
YUV80.55126167.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=51.13%
G=19.92%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136537700.610.430.47342.6543.9237.06
Hex88354D03D2B2F1572c25
Octal2106511507553575275445
Binary1000100011010110011010111101101011101111101010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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