#834251

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

Shades of Camelot #834251

Tints of Camelot #834251

Color information

#834251 (or 0x834251) is unknown color: approx Camelot. HEX triplet: 83, 42 and 51. RGB value is (131,66,81). Sum of RGB (Red+Green+Blue) = 131+66+81=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #834251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834251 is #7CBDAE. Grayscale: #575757. Windows color (decimal): -8175023 or 5325443. OLE color: 5325443.

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

Color convert

RGB1316681-
CMYK00.500.380.49
HSL346.15º32.99%38.63%-
HSV(B)346.15º49.62%51.37%-
XYZ12.799.328.91-
YUV87.14124.53159.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 81 (32.03% from 255) = 29.14%
R=47.12%
G=23.74%
B=29.14%

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
Decimal131668100.500.380.49346.1532.9938.63
Hex834251032263115a2127
Octal20310212106246615324147
Binary10000011100001010100010110010100110110001101011010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834251; }

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

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

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

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

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

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

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

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