#894252

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

Shades of Camelot #894252

Tints of Camelot #894252

Color information

#894252 (or 0x894252) is unknown color: approx Camelot. HEX triplet: 89, 42 and 52. RGB value is (137,66,82). Sum of RGB (Red+Green+Blue) = 137+66+82=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #894252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894252 is #76BDAD. Grayscale: #595959. Windows color (decimal): -7781806 or 5390985. OLE color: 5390985.

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

Color convert

RGB1376682-
CMYK00.520.400.46
HSL346.48º34.98%39.8%-
HSV(B)346.48º51.82%53.73%-
XYZ13.799.829.15-
YUV89.05124.02162.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=48.07%
G=23.16%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137668200.520.400.46346.4834.9839.8
Hex894252034282E15a2328
Octal21110212206450565324350
Binary10001001100001010100100110100101000101110101011010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894252; }

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

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

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

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

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

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

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

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