#82374F

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

Shades of Camelot #82374F

Tints of Camelot #82374F

Color information

#82374F (or 0x82374F) is unknown color: approx Camelot. HEX triplet: 82, 37 and 4F. RGB value is (130,55,79). Sum of RGB (Red+Green+Blue) = 130+55+79=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82374F is #7DC8B0. Grayscale: #505050. Windows color (decimal): -8243377 or 5191554. OLE color: 5191554.

HSL color Cylindrical-coordinate representation of color #82374F: hue angle of 340.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82374F is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1305579-
CMYK00.580.390.49
HSL340.8º40.54%36.27%-
HSV(B)340.8º57.69%50.98%-
XYZ11.988.048.32-
YUV80.16127.35163.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=49.24%
G=20.83%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130557900.580.390.49340.840.5436.27
Hex82374F03A27311552924
Octal2026711707247615255144
Binary1000001011011110011110111010100111110001101010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82374F; }

 p { color: rgb(130,55,79); }

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

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

 a { background-color: rgb(130,55,79); }

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

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

 span { border-color: rgb(130,55,79); }

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