#893244

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

Shades of Camelot #893244

Tints of Camelot #893244

Color information

#893244 (or 0x893244) is unknown color: approx Camelot. HEX triplet: 89, 32 and 44. RGB value is (137,50,68). Sum of RGB (Red+Green+Blue) = 137+50+68=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #893244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893244 is #76CDBB. Grayscale: #4E4E4E. Windows color (decimal): -7785916 or 4469385. OLE color: 4469385.

HSL color Cylindrical-coordinate representation of color #893244: hue angle of 347.59º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893244 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1375068-
CMYK00.640.500.46
HSL347.59º46.52%36.67%-
HSV(B)347.59º63.5%53.73%-
XYZ12.58.026.36-
YUV78.06122.32170.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=53.73%
G=19.61%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137506800.640.500.46347.5946.5236.67
Hex893244040322E15c2f25
Octal21162104010062565345745
Binary10001001110010100010001000000110010101110101011100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893244; }

 p { color: rgb(137,50,68); }

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

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

 a { background-color: rgb(137,50,68); }

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

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

 span { border-color: rgb(137,50,68); }

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