#813249

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

Shades of Camelot #813249

Tints of Camelot #813249

Color information

#813249 (or 0x813249) is unknown color: approx Camelot. HEX triplet: 81, 32 and 49. RGB value is (129,50,73). Sum of RGB (Red+Green+Blue) = 129+50+73=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #813249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813249 is #7ECDB6. Grayscale: #4C4C4C. Windows color (decimal): -8310199 or 4797057. OLE color: 4797057.

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

Color convert

RGB1295073-
CMYK00.610.430.49
HSL342.53º44.13%35.1%-
HSV(B)342.53º61.24%50.59%-
XYZ11.47.437.14-
YUV76.24126.17165.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=51.19%
G=19.84%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129507300.610.430.49342.5344.1335.1
Hex81324903D2B311572c23
Octal2016211107553615275443
Binary1000000111001010010010111101101011110001101010111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813249; }

 p { color: rgb(129,50,73); }

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

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

 a { background-color: rgb(129,50,73); }

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

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

 span { border-color: rgb(129,50,73); }

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