#913A47

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

Shades of Camelot #913A47

Tints of Camelot #913A47

Color information

#913A47 (or 0x913A47) is unknown color: approx Camelot. HEX triplet: 91, 3A and 47. RGB value is (145,58,71). Sum of RGB (Red+Green+Blue) = 145+58+71=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #913A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A47 is #6EC5B8. Grayscale: #555555. Windows color (decimal): -7259577 or 4668049. OLE color: 4668049.

HSL color Cylindrical-coordinate representation of color #913A47: hue angle of 351.03º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913A47 is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB1455871-
CMYK00.60.510.43
HSL351.03º42.86%39.8%-
HSV(B)351.03º60%56.86%-
XYZ14.339.57.04-
YUV85.49119.82170.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=52.92%
G=21.17%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145587100.60.510.43351.0342.8639.8
Hex913A4703C332B15f2b28
Octal2217210707463535375350
Binary1001000111101010001110111100110011101011101011111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913A47; }

 p { color: rgb(145,58,71); }

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

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

 a { background-color: rgb(145,58,71); }

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

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

 span { border-color: rgb(145,58,71); }

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