#873950

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

Shades of Camelot #873950

Tints of Camelot #873950

Color information

#873950 (or 0x873950) is unknown color: approx Camelot. HEX triplet: 87, 39 and 50. RGB value is (135,57,80). Sum of RGB (Red+Green+Blue) = 135+57+80=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #873950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873950 is #78C6AF. Grayscale: #525252. Windows color (decimal): -7915184 or 5257607. OLE color: 5257607.

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

Color convert

RGB1355780-
CMYK00.580.410.47
HSL342.31º40.63%37.65%-
HSV(B)342.31º57.78%52.94%-
XYZ12.98.668.58-
YUV82.94126.34165.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=49.63%
G=20.96%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135578000.580.410.47342.3140.6337.65
Hex87395003A292F1562926
Octal2077112007251575265146
Binary1000011111100110100000111010101001101111101010110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873950; }

 p { color: rgb(135,57,80); }

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

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

 a { background-color: rgb(135,57,80); }

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

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

 span { border-color: rgb(135,57,80); }

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