#913D4B

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

Shades of Camelot #913D4B

Tints of Camelot #913D4B

Color information

#913D4B (or 0x913D4B) is unknown color: approx Camelot. HEX triplet: 91, 3D and 4B. RGB value is (145,61,75). Sum of RGB (Red+Green+Blue) = 145+61+75=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #913D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D4B is #6EC2B4. Grayscale: #575757. Windows color (decimal): -7258805 or 4930961. OLE color: 4930961.

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

Color convert

RGB1456175-
CMYK00.580.480.43
HSL350º40.78%40.39%-
HSV(B)350º57.93%56.86%-
XYZ14.629.877.79-
YUV87.71120.83168.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.60%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=51.60%
G=21.71%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145617500.580.480.4335040.7840.39
Hex913D4B03A302B15e2928
Octal2217511307260535365150
Binary1001000111110110010110111010110000101011101011110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,61,75); }

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

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

 a { background-color: rgb(145,61,75); }

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

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

 span { border-color: rgb(145,61,75); }

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