#7F3A52

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

Shades of Camelot #7F3A52

Tints of Camelot #7F3A52

Color information

#7F3A52 (or 0x7F3A52) is unknown color: approx Camelot. HEX triplet: 7F, 3A and 52. RGB value is (127,58,82). Sum of RGB (Red+Green+Blue) = 127+58+82=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A52 is #80C5AD. Grayscale: #515151. Windows color (decimal): -8439214 or 5388927. OLE color: 5388927.

HSL color Cylindrical-coordinate representation of color #7F3A52: hue angle of 339.13º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A52 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1275882-
CMYK00.540.350.50
HSL339.13º37.3%36.27%-
HSV(B)339.13º54.33%49.8%-
XYZ11.798.158.93-
YUV81.37128.36160.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=47.57%
G=21.72%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127588200.540.350.50339.1337.336.27
Hex7F3A5203623321532524
Octal1777212206643625234544
Binary111111111101010100100110110100011110010101010011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3A52; }

 p { color: rgb(127,58,82); }

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

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

 a { background-color: rgb(127,58,82); }

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

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

 span { border-color: rgb(127,58,82); }

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