#823342

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

Shades of Camelot #823342

Tints of Camelot #823342

Color information

#823342 (or 0x823342) is unknown color: approx Camelot. HEX triplet: 82, 33 and 42. RGB value is (130,51,66). Sum of RGB (Red+Green+Blue) = 130+51+66=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #823342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823342 is #7DCCBD. Grayscale: #4C4C4C. Windows color (decimal): -8244414 or 4338562. OLE color: 4338562.

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

Color convert

RGB1305166-
CMYK00.610.490.49
HSL348.61º43.65%35.49%-
HSV(B)348.61º60.77%50.98%-
XYZ11.377.516-
YUV76.33122.17166.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=52.63%
G=20.65%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130516600.610.490.49348.6143.6535.49
Hex82334203D313115d2c23
Octal2026310207561615355443
Binary1000001011001110000100111101110001110001101011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823342; }

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

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

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

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

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

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

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

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