#82354F

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

Shades of Camelot #82354F

Tints of Camelot #82354F

Color information

#82354F (or 0x82354F) is unknown color: approx Camelot. HEX triplet: 82, 35 and 4F. RGB value is (130,53,79). Sum of RGB (Red+Green+Blue) = 130+53+79=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82354F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82354F is #7DCAB0. Grayscale: #4E4E4E. Windows color (decimal): -8243889 or 5191042. OLE color: 5191042.

HSL color Cylindrical-coordinate representation of color #82354F: hue angle of 339.74º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82354F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1305379-
CMYK00.590.390.49
HSL339.74º42.08%35.88%-
HSV(B)339.74º59.23%50.98%-
XYZ11.897.868.29-
YUV78.99128.01164.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=49.62%
G=20.23%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130537900.590.390.49339.7442.0835.88
Hex82354F03B27311542a24
Octal2026511707347615245244
Binary1000001011010110011110111011100111110001101010100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82354F; }

 p { color: rgb(130,53,79); }

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

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

 a { background-color: rgb(130,53,79); }

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

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

 span { border-color: rgb(130,53,79); }

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