#823043

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

Shades of Camelot #823043

Tints of Camelot #823043

Color information

#823043 (or 0x823043) is unknown color: approx Camelot. HEX triplet: 82, 30 and 43. RGB value is (130,48,67). Sum of RGB (Red+Green+Blue) = 130+48+67=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #823043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823043 is #7DCFBC. Grayscale: #4A4A4A. Windows color (decimal): -8245181 or 4403330. OLE color: 4403330.

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

Color convert

RGB1304867-
CMYK00.630.480.49
HSL346.1º46.07%34.9%-
HSV(B)346.1º63.08%50.98%-
XYZ11.287.266.12-
YUV74.68123.67167.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=53.06%
G=19.59%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130486700.630.480.49346.146.0734.9
Hex82304303F303115a2e23
Octal2026010307760615325643
Binary1000001011000010000110111111110000110001101011010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823043; }

 p { color: rgb(130,48,67); }

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

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

 a { background-color: rgb(130,48,67); }

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

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

 span { border-color: rgb(130,48,67); }

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