#82334B

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

Shades of Camelot #82334B

Tints of Camelot #82334B

Color information

#82334B (or 0x82334B) is unknown color: approx Camelot. HEX triplet: 82, 33 and 4B. RGB value is (130,51,75). Sum of RGB (Red+Green+Blue) = 130+51+75=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82334B is #7DCCB4. Grayscale: #4D4D4D. Windows color (decimal): -8244405 or 4928386. OLE color: 4928386.

HSL color Cylindrical-coordinate representation of color #82334B: hue angle of 341.77º 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 #82334B is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1305175-
CMYK00.610.420.49
HSL341.77º43.65%35.49%-
HSV(B)341.77º60.77%50.98%-
XYZ11.667.627.51-
YUV77.36126.67165.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=50.78%
G=19.92%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130517500.610.420.49341.7743.6535.49
Hex82334B03D2A311562c23
Octal2026311307552615265443
Binary1000001011001110010110111101101010110001101010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82334B; }

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

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

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

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

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

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

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

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