#87384D

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

Shades of Camelot #87384D

Tints of Camelot #87384D

Color information

#87384D (or 0x87384D) is unknown color: approx Camelot. HEX triplet: 87, 38 and 4D. RGB value is (135,56,77). Sum of RGB (Red+Green+Blue) = 135+56+77=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87384D is #78C7B2. Grayscale: #525252. Windows color (decimal): -7915443 or 5060743. OLE color: 5060743.

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

Color convert

RGB1355677-
CMYK00.590.430.47
HSL344.05º41.36%37.45%-
HSV(B)344.05º58.52%52.94%-
XYZ12.758.527.99-
YUV82.02125.17165.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=50.37%
G=20.90%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135567700.590.430.47344.0541.3637.45
Hex87384D03B2B2F1582925
Octal2077011507353575305145
Binary1000011111100010011010111011101011101111101011000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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