#82384F

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

Shades of Camelot #82384F

Tints of Camelot #82384F

Color information

#82384F (or 0x82384F) is unknown color: approx Camelot. HEX triplet: 82, 38 and 4F. RGB value is (130,56,79). Sum of RGB (Red+Green+Blue) = 130+56+79=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82384F is #7DC7B0. Grayscale: #505050. Windows color (decimal): -8243121 or 5191810. OLE color: 5191810.

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

Color convert

RGB1305679-
CMYK00.570.390.49
HSL341.35º39.78%36.47%-
HSV(B)341.35º56.92%50.98%-
XYZ12.038.148.33-
YUV80.75127.02163.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=49.06%
G=21.13%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130567900.570.390.49341.3539.7836.47
Hex82384F03927311552824
Octal2027011707147615255044
Binary1000001011100010011110111001100111110001101010101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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