#82344A

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

Shades of Camelot #82344A

Tints of Camelot #82344A

Color information

#82344A (or 0x82344A) is unknown color: approx Camelot. HEX triplet: 82, 34 and 4A. RGB value is (130,52,74). Sum of RGB (Red+Green+Blue) = 130+52+74=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82344A is #7DCBB5. Grayscale: #4D4D4D. Windows color (decimal): -8244150 or 4863106. OLE color: 4863106.

HSL color Cylindrical-coordinate representation of color #82344A: hue angle of 343.08º 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 #82344A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1305274-
CMYK00.600.430.49
HSL343.08º42.86%35.69%-
HSV(B)343.08º60%50.98%-
XYZ11.677.77.35-
YUV77.83125.84165.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=50.78%
G=20.31%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130527400.600.430.49343.0842.8635.69
Hex82344A03C2B311572b24
Octal2026411207453615275344
Binary1000001011010010010100111100101011110001101010111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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