#89394E

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

Shades of Camelot #89394E

Tints of Camelot #89394E

Color information

#89394E (or 0x89394E) is unknown color: approx Camelot. HEX triplet: 89, 39 and 4E. RGB value is (137,57,78). Sum of RGB (Red+Green+Blue) = 137+57+78=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #89394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89394E is #76C6B1. Grayscale: #535353. Windows color (decimal): -7784114 or 5126537. OLE color: 5126537.

HSL color Cylindrical-coordinate representation of color #89394E: hue angle of 344.25º 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 #89394E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB1375778-
CMYK00.580.430.46
HSL344.25º41.24%38.04%-
HSV(B)344.25º58.39%53.73%-
XYZ13.158.798.21-
YUV83.31125166.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=50.37%
G=20.96%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137577800.580.430.46344.2541.2438.04
Hex89394E03A2B2E1582926
Octal2117111607253565305146
Binary1000100111100110011100111010101011101110101011000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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