#813342

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

Shades of Camelot #813342

Tints of Camelot #813342

Color information

#813342 (or 0x813342) is unknown color: approx Camelot. HEX triplet: 81, 33 and 42. RGB value is (129,51,66). Sum of RGB (Red+Green+Blue) = 129+51+66=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #813342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813342 is #7ECCBD. Grayscale: #4C4C4C. Windows color (decimal): -8309950 or 4338561. OLE color: 4338561.

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

Color convert

RGB1295166-
CMYK00.600.490.49
HSL348.46º43.33%35.29%-
HSV(B)348.46º60.47%50.59%-
XYZ11.227.436-
YUV76.03122.34165.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=52.44%
G=20.73%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129516600.600.490.49348.4643.3335.29
Hex81334203C313115c2b23
Octal2016310207461615345343
Binary1000000111001110000100111100110001110001101011100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813342; }

 p { color: rgb(129,51,66); }

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

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

 a { background-color: rgb(129,51,66); }

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

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

 span { border-color: rgb(129,51,66); }

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