#83344A

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

Shades of Camelot #83344A

Tints of Camelot #83344A

Color information

#83344A (or 0x83344A) is unknown color: approx Camelot. HEX triplet: 83, 34 and 4A. RGB value is (131,52,74). Sum of RGB (Red+Green+Blue) = 131+52+74=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83344A is #7CCBB5. Grayscale: #4E4E4E. Windows color (decimal): -8178614 or 4863107. OLE color: 4863107.

HSL color Cylindrical-coordinate representation of color #83344A: hue angle of 343.29º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83344A is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1315274-
CMYK00.600.440.49
HSL343.29º43.17%35.88%-
HSV(B)343.29º60.31%51.37%-
XYZ11.827.787.36-
YUV78.13125.67165.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.97%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=50.97%
G=20.23%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131527400.600.440.49343.2943.1735.88
Hex83344A03C2C311572b24
Octal2036411207454615275344
Binary1000001111010010010100111100101100110001101010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83344A; }

 p { color: rgb(131,52,74); }

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

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

 a { background-color: rgb(131,52,74); }

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

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

 span { border-color: rgb(131,52,74); }

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