#88404F

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

Shades of Camelot #88404F

Tints of Camelot #88404F

Color information

#88404F (or 0x88404F) is unknown color: approx Camelot. HEX triplet: 88, 40 and 4F. RGB value is (136,64,79). Sum of RGB (Red+Green+Blue) = 136+64+79=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88404F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88404F is #77BFB0. Grayscale: #575757. Windows color (decimal): -7847857 or 5193864. OLE color: 5193864.

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

Color convert

RGB1366479-
CMYK00.530.420.47
HSL347.5º36%39.22%-
HSV(B)347.5º52.94%53.33%-
XYZ13.49.478.52-
YUV87.24123.35162.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=48.75%
G=22.94%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136647900.530.420.47347.53639.22
Hex88404F0352A2F15c2427
Octal21010011706552575344447
Binary10001000100000010011110110101101010101111101011100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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