#88404C

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

Shades of Camelot #88404C

Tints of Camelot #88404C

Color information

#88404C (or 0x88404C) is unknown color: approx Camelot. HEX triplet: 88, 40 and 4C. RGB value is (136,64,76). Sum of RGB (Red+Green+Blue) = 136+64+76=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88404C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88404C is #77BFB3. Grayscale: #565656. Windows color (decimal): -7847860 or 4997256. OLE color: 4997256.

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

Color convert

RGB1366476-
CMYK00.530.440.47
HSL350º36%39.22%-
HSV(B)350º52.94%53.33%-
XYZ13.299.427.96-
YUV86.9121.85163.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=49.28%
G=23.19%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136647600.530.440.473503639.22
Hex88404C0352C2F15e2427
Octal21010011406554575364447
Binary10001000100000010011000110101101100101111101011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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