#87384C

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

Shades of Camelot #87384C

Tints of Camelot #87384C

Color information

#87384C (or 0x87384C) is unknown color: approx Camelot. HEX triplet: 87, 38 and 4C. RGB value is (135,56,76). Sum of RGB (Red+Green+Blue) = 135+56+76=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87384C is #78C7B3. Grayscale: #515151. Windows color (decimal): -7915444 or 4995207. OLE color: 4995207.

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

Color convert

RGB1355676-
CMYK00.590.440.47
HSL344.81º41.36%37.45%-
HSV(B)344.81º58.52%52.94%-
XYZ12.718.57.81-
YUV81.9124.67165.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=50.56%
G=20.97%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135567600.590.440.47344.8141.3637.45
Hex87384C03B2C2F1592925
Octal2077011407354575315145
Binary1000011111100010011000111011101100101111101011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,56,76); }

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

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

 a { background-color: rgb(135,56,76); }

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

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

 span { border-color: rgb(135,56,76); }

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