#89424F

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

Shades of Camelot #89424F

Tints of Camelot #89424F

Color information

#89424F (or 0x89424F) is unknown color: approx Camelot. HEX triplet: 89, 42 and 4F. RGB value is (137,66,79). Sum of RGB (Red+Green+Blue) = 137+66+79=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #89424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89424F is #76BDB0. Grayscale: #585858. Windows color (decimal): -7781809 or 5194377. OLE color: 5194377.

HSL color Cylindrical-coordinate representation of color #89424F: hue angle of 349.01º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89424F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1376679-
CMYK00.520.420.46
HSL349.01º34.98%39.8%-
HSV(B)349.01º51.82%53.73%-
XYZ13.689.788.56-
YUV88.71122.52162.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.58%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=48.58%
G=23.40%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137667900.520.420.46349.0134.9839.8
Hex89424F0342A2E15d2328
Octal21110211706452565354350
Binary10001001100001010011110110100101010101110101011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89424F; }

 p { color: rgb(137,66,79); }

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

<style>
 a { background-color: #89424F; }

 a { background-color: rgb(137,66,79); }

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

<style>
 span { border-color: #89424F; }

 span { border-color: rgb(137,66,79); }

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