#873342

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

Shades of Camelot #873342

Tints of Camelot #873342

Color information

#873342 (or 0x873342) is unknown color: approx Camelot. HEX triplet: 87, 33 and 42. RGB value is (135,51,66). Sum of RGB (Red+Green+Blue) = 135+51+66=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #873342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873342 is #78CCBD. Grayscale: #4D4D4D. Windows color (decimal): -7916734 or 4338567. OLE color: 4338567.

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

Color convert

RGB1355166-
CMYK00.620.510.47
HSL349.29º45.16%36.47%-
HSV(B)349.29º62.22%52.94%-
XYZ12.167.916.04-
YUV77.83121.33168.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=53.57%
G=20.24%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135516600.620.510.47349.2945.1636.47
Hex87334203E332F15d2d24
Octal2076310207663575355544
Binary1000011111001110000100111110110011101111101011101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873342; }

 p { color: rgb(135,51,66); }

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

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

 a { background-color: rgb(135,51,66); }

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

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

 span { border-color: rgb(135,51,66); }

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