#834151

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

Shades of Camelot #834151

Tints of Camelot #834151

Color information

#834151 (or 0x834151) is unknown color: approx Camelot. HEX triplet: 83, 41 and 51. RGB value is (131,65,81). Sum of RGB (Red+Green+Blue) = 131+65+81=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #834151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834151 is #7CBEAE. Grayscale: #565656. Windows color (decimal): -8175279 or 5325187. OLE color: 5325187.

HSL color Cylindrical-coordinate representation of color #834151: hue angle of 345.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834151 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1316581-
CMYK00.500.380.49
HSL345.45º33.67%38.43%-
HSV(B)345.45º50.38%51.37%-
XYZ12.749.28.89-
YUV86.56124.87159.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=47.29%
G=23.47%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131658100.500.380.49345.4533.6738.43
Hex83415103226311592226
Octal20310112106246615314246
Binary10000011100000110100010110010100110110001101011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834151; }

 p { color: rgb(131,65,81); }

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

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

 a { background-color: rgb(131,65,81); }

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

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

 span { border-color: rgb(131,65,81); }

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