#834153

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

Shades of Camelot #834153

Tints of Camelot #834153

Color information

#834153 (or 0x834153) is unknown color: approx Camelot. HEX triplet: 83, 41 and 53. RGB value is (131,65,83). Sum of RGB (Red+Green+Blue) = 131+65+83=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834153 is #7CBEAC. Grayscale: #565656. Windows color (decimal): -8175277 or 5456259. OLE color: 5456259.

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

Color convert

RGB1316583-
CMYK00.500.370.49
HSL343.64º33.67%38.43%-
HSV(B)343.64º50.38%51.37%-
XYZ12.819.239.29-
YUV86.79125.87159.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=46.95%
G=23.30%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131658300.500.370.49343.6433.6738.43
Hex83415303225311582226
Octal20310112306245615304246
Binary10000011100000110100110110010100101110001101011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834153; }

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

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

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

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

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

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

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

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