#894254

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

Shades of Camelot #894254

Tints of Camelot #894254

Color information

#894254 (or 0x894254) is unknown color: approx Camelot. HEX triplet: 89, 42 and 54. RGB value is (137,66,84). Sum of RGB (Red+Green+Blue) = 137+66+84=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894254 is #76BDAB. Grayscale: #595959. Windows color (decimal): -7781804 or 5522057. OLE color: 5522057.

HSL color Cylindrical-coordinate representation of color #894254: hue angle of 344.79º 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 #894254 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1376684-
CMYK00.520.390.46
HSL344.79º34.98%39.8%-
HSV(B)344.79º51.82%53.73%-
XYZ13.869.859.56-
YUV89.28125.02162.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=47.74%
G=23.00%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137668400.520.390.46344.7934.9839.8
Hex894254034272E1592328
Octal21110212406447565314350
Binary10001001100001010101000110100100111101110101011001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894254; }

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

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

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

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

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

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

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

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