#89364B

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

Shades of Camelot #89364B

Tints of Camelot #89364B

Color information

#89364B (or 0x89364B) is unknown color: approx Camelot. HEX triplet: 89, 36 and 4B. RGB value is (137,54,75). Sum of RGB (Red+Green+Blue) = 137+54+75=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89364B is #76C9B4. Grayscale: #515151. Windows color (decimal): -7784885 or 4929161. OLE color: 4929161.

HSL color Cylindrical-coordinate representation of color #89364B: hue angle of 344.82º 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 #89364B is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1375475-
CMYK00.610.450.46
HSL344.82º43.46%37.45%-
HSV(B)344.82º60.58%53.73%-
XYZ12.918.467.61-
YUV81.21124.5167.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.50%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=51.50%
G=20.30%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137547500.610.450.46344.8243.4637.45
Hex89364B03D2D2E1592b25
Octal2116611307555565315345
Binary1000100111011010010110111101101101101110101011001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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