#824450

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

Shades of Camelot #824450

Tints of Camelot #824450

Color information

#824450 (or 0x824450) is unknown color: approx Camelot. HEX triplet: 82, 44 and 50. RGB value is (130,68,80). Sum of RGB (Red+Green+Blue) = 130+68+80=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #824450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824450 is #7DBBAF. Grayscale: #575757. Windows color (decimal): -8240048 or 5260418. OLE color: 5260418.

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

Color convert

RGB1306880-
CMYK00.480.380.49
HSL348.39º31.31%38.82%-
HSV(B)348.39º47.69%50.98%-
XYZ12.729.468.74-
YUV87.91123.54158.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=46.76%
G=24.46%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130688000.480.380.49348.3931.3138.82
Hex824450030263115c1f27
Octal20210412006046615343747
Binary1000001010001001010000011000010011011000110101110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824450; }

 p { color: rgb(130,68,80); }

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

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

 a { background-color: rgb(130,68,80); }

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

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

 span { border-color: rgb(130,68,80); }

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