#893242

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

Shades of Camelot #893242

Tints of Camelot #893242

Color information

#893242 (or 0x893242) is unknown color: approx Camelot. HEX triplet: 89, 32 and 42. RGB value is (137,50,66). Sum of RGB (Red+Green+Blue) = 137+50+66=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #893242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893242 is #76CDBD. Grayscale: #4D4D4D. Windows color (decimal): -7785918 or 4338313. OLE color: 4338313.

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

Color convert

RGB1375066-
CMYK00.640.520.46
HSL348.97º46.52%36.67%-
HSV(B)348.97º63.5%53.73%-
XYZ12.447.996.04-
YUV77.84121.32170.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=54.15%
G=19.76%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137506600.640.520.46348.9746.5236.67
Hex893242040342E15d2f25
Octal21162102010064565355745
Binary10001001110010100001001000000110100101110101011101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893242; }

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

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

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

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

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

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

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

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