#894351

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

Shades of Camelot #894351

Tints of Camelot #894351

Color information

#894351 (or 0x894351) is unknown color: approx Camelot. HEX triplet: 89, 43 and 51. RGB value is (137,67,81). Sum of RGB (Red+Green+Blue) = 137+67+81=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #894351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894351 is #76BCAE. Grayscale: #595959. Windows color (decimal): -7781551 or 5325705. OLE color: 5325705.

HSL color Cylindrical-coordinate representation of color #894351: hue angle of 348º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894351 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1376781-
CMYK00.510.410.46
HSL348º34.31%40%-
HSV(B)348º51.09%53.73%-
XYZ13.819.938.97-
YUV89.53123.19161.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 81 (32.03% from 255) = 28.42%
R=48.07%
G=23.51%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137678100.510.410.4634834.3140
Hex894351033292E15c2228
Octal21110312106351565344250
Binary10001001100001110100010110011101001101110101011100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894351; }

 p { color: rgb(137,67,81); }

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

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

 a { background-color: rgb(137,67,81); }

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

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

 span { border-color: rgb(137,67,81); }

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