#813742

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

Shades of Camelot #813742

Tints of Camelot #813742

Color information

#813742 (or 0x813742) is unknown color: approx Camelot. HEX triplet: 81, 37 and 42. RGB value is (129,55,66). Sum of RGB (Red+Green+Blue) = 129+55+66=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813742 is #7EC8BD. Grayscale: #4E4E4E. Windows color (decimal): -8308926 or 4339585. OLE color: 4339585.

HSL color Cylindrical-coordinate representation of color #813742: hue angle of 351.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813742 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB1295566-
CMYK00.570.490.49
HSL351.08º40.22%36.08%-
HSV(B)351.08º57.36%50.59%-
XYZ11.47.796.06-
YUV78.38121.02164.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=51.6%
G=22%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129556600.570.490.49351.0840.2236.08
Hex813742039313115f2824
Octal2016710207161615375044
Binary1000000111011110000100111001110001110001101011111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813742; }

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

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

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

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

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

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

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

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