#89394C

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

Shades of Camelot #89394C

Tints of Camelot #89394C

Color information

#89394C (or 0x89394C) is unknown color: approx Camelot. HEX triplet: 89, 39 and 4C. RGB value is (137,57,76). Sum of RGB (Red+Green+Blue) = 137+57+76=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89394C is #76C6B3. Grayscale: #535353. Windows color (decimal): -7784116 or 4995465. OLE color: 4995465.

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

Color convert

RGB1375776-
CMYK00.580.450.46
HSL345.75º41.24%38.04%-
HSV(B)345.75º58.39%53.73%-
XYZ13.088.777.84-
YUV83.09124166.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=50.74%
G=21.11%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137577600.580.450.46345.7541.2438.04
Hex89394C03A2D2E15a2926
Octal2117111407255565325146
Binary1000100111100110011000111010101101101110101011010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89394C; }

 p { color: rgb(137,57,76); }

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

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

 a { background-color: rgb(137,57,76); }

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

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

 span { border-color: rgb(137,57,76); }

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