#89374D

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

Shades of Camelot #89374D

Tints of Camelot #89374D

Color information

#89374D (or 0x89374D) is unknown color: approx Camelot. HEX triplet: 89, 37 and 4D. RGB value is (137,55,77). Sum of RGB (Red+Green+Blue) = 137+55+77=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89374D is #76C8B2. Grayscale: #525252. Windows color (decimal): -7784627 or 5060489. OLE color: 5060489.

HSL color Cylindrical-coordinate representation of color #89374D: hue angle of 343.9º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89374D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1375577-
CMYK00.600.440.46
HSL343.9º42.71%37.65%-
HSV(B)343.9º59.85%53.73%-
XYZ13.028.597.99-
YUV82.03125.17167.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=50.93%
G=20.45%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137557700.600.440.46343.942.7137.65
Hex89374D03C2C2E1582b26
Octal2116711507454565305346
Binary1000100111011110011010111100101100101110101011000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89374D; }

 p { color: rgb(137,55,77); }

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

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

 a { background-color: rgb(137,55,77); }

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

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

 span { border-color: rgb(137,55,77); }

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