#873144

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

Shades of Camelot #873144

Tints of Camelot #873144

Color information

#873144 (or 0x873144) is unknown color: approx Camelot. HEX triplet: 87, 31 and 44. RGB value is (135,49,68). Sum of RGB (Red+Green+Blue) = 135+49+68=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #873144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873144 is #78CEBB. Grayscale: #4C4C4C. Windows color (decimal): -7917244 or 4469127. OLE color: 4469127.

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

Color convert

RGB1354968-
CMYK00.640.500.47
HSL346.74º46.74%36.08%-
HSV(B)346.74º63.7%52.94%-
XYZ12.137.766.33-
YUV76.88122.99169.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=53.57%
G=19.44%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135496800.640.500.47346.7446.7436.08
Hex873144040322F15b2f24
Octal20761104010062575335744
Binary10000111110001100010001000000110010101111101011011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873144; }

 p { color: rgb(135,49,68); }

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

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

 a { background-color: rgb(135,49,68); }

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

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

 span { border-color: rgb(135,49,68); }

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