#834250

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

Shades of Camelot #834250

Tints of Camelot #834250

Color information

#834250 (or 0x834250) is unknown color: approx Camelot. HEX triplet: 83, 42 and 50. RGB value is (131,66,80). Sum of RGB (Red+Green+Blue) = 131+66+80=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #834250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834250 is #7CBDAF. Grayscale: #575757. Windows color (decimal): -8175024 or 5259907. OLE color: 5259907.

HSL color Cylindrical-coordinate representation of color #834250: hue angle of 347.08º 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 #834250 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1316680-
CMYK00.500.390.49
HSL347.08º32.99%38.63%-
HSV(B)347.08º49.62%51.37%-
XYZ12.769.38.71-
YUV87.03124.03159.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=47.29%
G=23.83%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131668000.500.390.49347.0832.9938.63
Hex834250032273115b2127
Octal20310212006247615334147
Binary10000011100001010100000110010100111110001101011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834250; }

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

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

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

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

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

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

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

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