#913B48

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

Shades of Camelot #913B48

Tints of Camelot #913B48

Color information

#913B48 (or 0x913B48) is unknown color: approx Camelot. HEX triplet: 91, 3B and 48. RGB value is (145,59,72). Sum of RGB (Red+Green+Blue) = 145+59+72=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #913B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B48 is #6EC4B7. Grayscale: #565656. Windows color (decimal): -7259320 or 4733841. OLE color: 4733841.

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

Color convert

RGB1455972-
CMYK00.590.500.43
HSL350.93º42.16%40%-
HSV(B)350.93º59.31%56.86%-
XYZ14.419.627.23-
YUV86.2119.99169.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=52.54%
G=21.38%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145597200.590.500.43350.9342.1640
Hex913B4803B322B15f2a28
Octal2217311007362535375250
Binary1001000111101110010000111011110010101011101011111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,59,72); }

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

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

 a { background-color: rgb(145,59,72); }

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

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

 span { border-color: rgb(145,59,72); }

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