#89364E

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

Shades of Camelot #89364E

Tints of Camelot #89364E

Color information

#89364E (or 0x89364E) is unknown color: approx Camelot. HEX triplet: 89, 36 and 4E. RGB value is (137,54,78). Sum of RGB (Red+Green+Blue) = 137+54+78=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89364E is #76C9B1. Grayscale: #515151. Windows color (decimal): -7784882 or 5125769. OLE color: 5125769.

HSL color Cylindrical-coordinate representation of color #89364E: hue angle of 342.65º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89364E is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1375478-
CMYK00.610.430.46
HSL342.65º43.46%37.45%-
HSV(B)342.65º60.58%53.73%-
XYZ13.018.518.16-
YUV81.55126167.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=50.93%
G=20.07%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137547800.610.430.46342.6543.4637.45
Hex89364E03D2B2E1572b25
Octal2116611607553565275345
Binary1000100111011010011100111101101011101110101010111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89364E; }

 p { color: rgb(137,54,78); }

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

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

 a { background-color: rgb(137,54,78); }

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

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

 span { border-color: rgb(137,54,78); }

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