#7F3148

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

Shades of Camelot #7F3148

Tints of Camelot #7F3148

Color information

#7F3148 (or 0x7F3148) is unknown color: approx Camelot. HEX triplet: 7F, 31 and 48. RGB value is (127,49,72). Sum of RGB (Red+Green+Blue) = 127+49+72=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3148 is #80CEB7. Grayscale: #4A4A4A. Windows color (decimal): -8441528 or 4731263. OLE color: 4731263.

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

Color convert

RGB1274972-
CMYK00.610.430.50
HSL342.31º44.32%34.51%-
HSV(B)342.31º61.42%49.8%-
XYZ11.027.186.94-
YUV74.94126.34165.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.21%
GREEN value IS 49 (19.53% from 255) = 19.76%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=51.21%
G=19.76%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127497200.610.430.50342.3144.3234.51
Hex7F314803D2B321562c23
Octal1776111007553625265443
Binary111111111000110010000111101101011110010101010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,72); }

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

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

 a { background-color: rgb(127,49,72); }

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

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

 span { border-color: rgb(127,49,72); }

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