#824258

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

Shades of Camelot #824258

Tints of Camelot #824258

Color information

#824258 (or 0x824258) is unknown color: approx Camelot. HEX triplet: 82, 42 and 58. RGB value is (130,66,88). Sum of RGB (Red+Green+Blue) = 130+66+88=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824258 is #7DBDA7. Grayscale: #575757. Windows color (decimal): -8240552 or 5784194. OLE color: 5784194.

HSL color Cylindrical-coordinate representation of color #824258: hue angle of 339.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824258 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1306688-
CMYK00.490.320.49
HSL339.38º32.65%38.43%-
HSV(B)339.38º49.23%50.98%-
XYZ12.929.3510.36-
YUV87.64128.2158.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=45.77%
G=23.24%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130668800.490.320.49339.3832.6538.43
Hex82425803120311532126
Octal20210213006140615234146
Binary10000010100001010110000110001100000110001101010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824258; }

 p { color: rgb(130,66,88); }

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

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

 a { background-color: rgb(130,66,88); }

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

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

 span { border-color: rgb(130,66,88); }

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