#913949

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

Shades of Camelot #913949

Tints of Camelot #913949

Color information

#913949 (or 0x913949) is unknown color: approx Camelot. HEX triplet: 91, 39 and 49. RGB value is (145,57,73). Sum of RGB (Red+Green+Blue) = 145+57+73=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #913949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913949 is #6EC6B6. Grayscale: #555555. Windows color (decimal): -7259831 or 4798865. OLE color: 4798865.

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

Color convert

RGB1455773-
CMYK00.610.500.43
HSL349.09º43.56%39.61%-
HSV(B)349.09º60.69%56.86%-
XYZ14.349.437.37-
YUV85.14121.15170.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=52.73%
G=20.73%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145577300.610.500.43349.0943.5639.61
Hex91394903D322B15d2c28
Octal2217111107562535355450
Binary1001000111100110010010111101110010101011101011101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913949; }

 p { color: rgb(145,57,73); }

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

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

 a { background-color: rgb(145,57,73); }

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

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

 span { border-color: rgb(145,57,73); }

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