#82344B

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

Shades of Camelot #82344B

Tints of Camelot #82344B

Color information

#82344B (or 0x82344B) is unknown color: approx Camelot. HEX triplet: 82, 34 and 4B. RGB value is (130,52,75). Sum of RGB (Red+Green+Blue) = 130+52+75=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82344B is #7DCBB4. Grayscale: #4D4D4D. Windows color (decimal): -8244149 or 4928642. OLE color: 4928642.

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

Color convert

RGB1305275-
CMYK00.600.420.49
HSL342.31º42.86%35.69%-
HSV(B)342.31º60%50.98%-
XYZ11.77.717.53-
YUV77.94126.34165.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=50.58%
G=20.23%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130527500.600.420.49342.3142.8635.69
Hex82344B03C2A311562b24
Octal2026411307452615265344
Binary1000001011010010010110111100101010110001101010110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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