#89384D

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

Shades of Camelot #89384D

Tints of Camelot #89384D

Color information

#89384D (or 0x89384D) is unknown color: approx Camelot. HEX triplet: 89, 38 and 4D. RGB value is (137,56,77). Sum of RGB (Red+Green+Blue) = 137+56+77=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89384D is #76C7B2. Grayscale: #525252. Windows color (decimal): -7784371 or 5060745. OLE color: 5060745.

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

Color convert

RGB1375677-
CMYK00.590.440.46
HSL344.44º41.97%37.84%-
HSV(B)344.44º59.12%53.73%-
XYZ13.078.688.01-
YUV82.61124.84166.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=50.74%
G=20.74%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137567700.590.440.46344.4441.9737.84
Hex89384D03B2C2E1582a26
Octal2117011507354565305246
Binary1000100111100010011010111011101100101110101011000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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